summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2019-12-02 19:29:50 +0000
committerDavid Green <david.green@arm.com>2019-12-02 19:30:54 +0000
commit1d4587346f51ca5cc5741337cadfaeb208ca59ad (patch)
tree9dff158ea0eb8323c36c394d5c937f6f8be63589
parentf17a1d8b283d227dcbc88caf94acf55abc91c1f9 (diff)
downloadbcm5719-llvm-1d4587346f51ca5cc5741337cadfaeb208ca59ad.tar.gz
bcm5719-llvm-1d4587346f51ca5cc5741337cadfaeb208ca59ad.zip
[AArch64] Attempt to fixup test line. NFC
The test is complaining on some of the builders. This attempts to adjust the run line to be more line the others in the same folder, using clang_cc1 as opposed to the driver.
-rw-r--r--clang/test/CodeGen/aarch64-neon-vcadd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/CodeGen/aarch64-neon-vcadd.c b/clang/test/CodeGen/aarch64-neon-vcadd.c
index 6f1b3dcd401..2d721f187fe 100644
--- a/clang/test/CodeGen/aarch64-neon-vcadd.c
+++ b/clang/test/CodeGen/aarch64-neon-vcadd.c
@@ -1,4 +1,6 @@
-// RUN: %clang -target aarch64-arm-none-eabi -march=armv8.3-a+fp16 %s -S -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon \
+// RUN: -target-feature +v8.3a -target-feature +fullfp16 -S -emit-llvm -o - %s \
+// RUN: | FileCheck %s
#include <arm_neon.h>
OpenPOWER on IntegriCloud