[test][AArch64] Fix test in non-writeable dir (#119448)
cc1a2ea61e adds a test which can fail if
the output directory is not writeable. Following the pattern of other
tests in this package, use `-o -` to print the IR to stdout instead of
to a file.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// REQUIRES: aarch64-registered-target
|
||||
|
||||
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -verify -emit-llvm %s
|
||||
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -verify -emit-llvm -o - %s
|
||||
|
||||
#include <arm_sve.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user