[clang testing] Unbreak read-only source builds
authorDavid Zarzycki <dave@znu.io>
Tue, 18 Oct 2022 16:32:12 +0000 (12:32 -0400)
committerDavid Zarzycki <dave@znu.io>
Tue, 18 Oct 2022 16:47:12 +0000 (12:47 -0400)
clang/test/Sema/builtins-arm64-mte.c

index 11787cf..49db048 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -triple arm64-arm-eabi %s -target-feature +mte -fsyntax-only -verify
 // RUN: %clang_cc1 -triple arm64-arm-eabi %s -target-feature +mte -x c++ -fsyntax-only -verify
-// RUN: %clang_cc1 -triple arm64-arm-eabi %s -DNO_MTE -x c++ -S -emit-llvm  -verify
+// RUN: %clang_cc1 -triple arm64-arm-eabi %s -DNO_MTE -x c++ -S -emit-llvm -verify -o -
 #include <stddef.h>
 #include <arm_acle.h>