Skip to content

Commit 01a26fa

Browse files
committed
[clang][CodeGen] Make use of cc1 instead of clang in the tests
1 parent 057626b commit 01a26fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/test/CodeGen/arm-neon-vcadd.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// RUN: %clang -target arm-arm-none-eabi -march=armv8.3-a+fp16 %s -S -emit-llvm -o - | opt -S -sroa | FileCheck %s
1+
// REQUIRES: arm-registered-target
2+
// RUN: %clang_cc1 -triple armv8.3a-arm-none-eabi -target-cpu generic \
3+
// RUN: -target-feature +fullfp16 -mfloat-abi soft -S -emit-llvm -o - %s | \
4+
// RUN: opt -S -sroa -o - | FileCheck %s
25

36
#include <arm_neon.h>
47

0 commit comments

Comments
 (0)