Skip to content

Commit a6d7828

Browse files
committed
[test] Use conventional -emit-llvm-only
This avoids 'Permission denied' when PWD is read-only. While here, change the triple from a Linux one to a generic ELF one.
1 parent a4b3422 commit a6d7828

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clang/test/Sema/aarch64-sme2-intrinsics/acle_sme2_fmlas16.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme -verify -emit-llvm %s
1+
// RUN: %clang_cc1 -triple aarch64 -target-feature +sme -verify -emit-llvm-only %s
22

33
// REQUIRES: aarch64-registered-target
44

@@ -87,4 +87,4 @@ void test_imm(uint32_t slice, svfloat16_t zm, svfloat16x2_t zn2,svfloat16x4_t zn
8787
svmls_lane_za16_bf16_vg1x2(slice, bzn2, bzm, -1);
8888
// expected-error@+1 {{argument value 18446744073709551615 is outside the valid range [0, 7]}}
8989
svmls_lane_za16_bf16_vg1x4(slice, bzn4, bzm, -1);
90-
}
90+
}

clang/test/Sema/aarch64-sme2-intrinsics/acle_sme2_mopa_nonwide.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme -verify -emit-llvm %s
1+
// RUN: %clang_cc1 -triple aarch64 -target-feature +sme -verify -emit-llvm-only %s
22

33
// REQUIRES: aarch64-registered-target
44

0 commit comments

Comments
 (0)