[clang] 4a687ef - [clang testing] Unbreak read-only source builds

David Zarzycki via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 09:47:35 PDT 2022


Author: David Zarzycki
Date: 2022-10-18T12:47:12-04:00
New Revision: 4a687efecb825f8c1c3e10ffc7949f4b2cd3c1bd

URL: https://github.com/llvm/llvm-project/commit/4a687efecb825f8c1c3e10ffc7949f4b2cd3c1bd
DIFF: https://github.com/llvm/llvm-project/commit/4a687efecb825f8c1c3e10ffc7949f4b2cd3c1bd.diff

LOG: [clang testing] Unbreak read-only source builds

Added: 
    

Modified: 
    clang/test/Sema/builtins-arm64-mte.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Sema/builtins-arm64-mte.c b/clang/test/Sema/builtins-arm64-mte.c
index 11787cf55fdb4..49db0484a101d 100644
--- a/clang/test/Sema/builtins-arm64-mte.c
+++ b/clang/test/Sema/builtins-arm64-mte.c
@@ -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>
 


        


More information about the cfe-commits mailing list