File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -target-feature +sme -verify -DTEST_NONE %s
2
- // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -target-feature +sme -verify -DTEST_COMPATIBLE %s
3
- // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -target-feature +sme -verify -DTEST_STREAMING %s
4
- // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -target-feature +sme -verify -DTEST_LOCALLY %s
1
+ // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -o /dev/null - target-feature +sme -verify -DTEST_NONE %s
2
+ // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -o /dev/null - target-feature +sme -verify -DTEST_COMPATIBLE %s
3
+ // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -o /dev/null - target-feature +sme -verify -DTEST_STREAMING %s
4
+ // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -S -o /dev/null - target-feature +sme -verify -DTEST_LOCALLY %s
5
5
6
6
#define __ai __attribute__((always_inline))
7
7
__ai void inlined_fn (void ) {}
You can’t perform that action at this time.
0 commit comments