forked from OSchip/llvm-project
Try to remove the acle_sve_adda.s file that's breaking tests
This commit is contained in:
parent
8a82bc3ef3
commit
108560e58c
|
@ -1,3 +1,5 @@
|
|||
// REQUIRES: shell
|
||||
// RUN: rm -f -- "%S/acle_sve_adda.s"
|
||||
// RUN: %clang_cc1 -D__ARM_FEATURE_SVE -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -S -O1 -Werror -Wall -emit-llvm -o - %s | FileCheck %s
|
||||
// RUN: %clang_cc1 -D__ARM_FEATURE_SVE -DSVE_OVERLOADED_FORMS -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -S -O1 -Werror -Wall -emit-llvm -o - %s | FileCheck %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue