[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:
Jordan Rupprecht
2024-12-10 14:28:23 -06:00
committed by GitHub
parent 24162bdaf7
commit 68ea7c7e8d

View File

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