[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.
This commit is contained in:
David Green 2019-12-02 19:29:50 +00:00
parent f17a1d8b28
commit 1d4587346f
1 changed files with 3 additions and 1 deletions

View File

@ -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>