Try to remove the acle_sve_adda.s file that's breaking tests

This commit is contained in:
Hans Wennborg 2020-06-18 11:59:42 +02:00
parent 8a82bc3ef3
commit 108560e58c
1 changed files with 2 additions and 0 deletions

View File

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