[clang] 80146fc - [test] clang/test/InterfaceStubs/externstatic.c requires x86-registered-target

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 18 09:54:48 PST 2020


Author: Fangrui Song
Date: 2020-01-18T09:54:35-08:00
New Revision: 80146fc13adaf3a523c03a1ff8693ed157a29138

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

LOG: [test] clang/test/InterfaceStubs/externstatic.c requires x86-registered-target

Added: 
    

Modified: 
    clang/test/InterfaceStubs/externstatic.c

Removed: 
    


################################################################################
diff  --git a/clang/test/InterfaceStubs/externstatic.c b/clang/test/InterfaceStubs/externstatic.c
index 503f04e28f0e..298dd24a013f 100644
--- a/clang/test/InterfaceStubs/externstatic.c
+++ b/clang/test/InterfaceStubs/externstatic.c
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: %clang -cc1 -fvisibility default -DSTORAGE="extern" -o - -emit-interface-stubs -std=c99 -xc %s | \
 // RUN: FileCheck -check-prefix=CHECK-EXTERN %s
 


        


More information about the cfe-commits mailing list