[clang] ee07547 - [NFC] make the case only require frontend

Chen Zheng via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 22:53:32 PDT 2024


Author: Chen Zheng
Date: 2024-07-23T01:53:21-04:00
New Revision: ee07547487a3502f7436968bbfc243b054c14071

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

LOG: [NFC] make the case only require frontend

Fixes buildbot failure like: https://lab.llvm.org/buildbot/#/builders/144/builds/2931
  caused by https://github.com/llvm/llvm-project/pull/99888

Added: 
    

Modified: 
    clang/test/Preprocessor/pragma_mc_func.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Preprocessor/pragma_mc_func.c b/clang/test/Preprocessor/pragma_mc_func.c
index e5f362f10e41a..506ba05e02843 100644
--- a/clang/test/Preprocessor/pragma_mc_func.c
+++ b/clang/test/Preprocessor/pragma_mc_func.c
@@ -1,4 +1,4 @@
-// RUN: not %clang --target=powerpc64-ibm-aix -ferr-pragma-mc-func-aix -c -S \
+// RUN: not %clang --target=powerpc64-ibm-aix -ferr-pragma-mc-func-aix -fsyntax-only \
 // RUN:   %s 2>&1 | FileCheck %s
 #pragma mc_func asm_barrier {"60000000"}
 


        


More information about the cfe-commits mailing list