[clang] a15bd0b - [AIX] Add REQUIRES for powerpc test. NFC

David Green via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 8 10:40:41 PDT 2020


Author: David Green
Date: 2020-10-08T18:40:09+01:00
New Revision: a15bd0bfc20c2b2955c59450a67b6e8efe89c708

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

LOG: [AIX] Add REQUIRES for powerpc test. NFC

Added: 
    

Modified: 
    clang/test/CodeGen/aix-ignore-xcoff-visibility.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/aix-ignore-xcoff-visibility.cpp b/clang/test/CodeGen/aix-ignore-xcoff-visibility.cpp
index 0fccce650094..ef424cdb7d41 100644
--- a/clang/test/CodeGen/aix-ignore-xcoff-visibility.cpp
+++ b/clang/test/CodeGen/aix-ignore-xcoff-visibility.cpp
@@ -1,3 +1,4 @@
+// REQUIRES: powerpc-registered-target
 // RUN: %clang_cc1 -triple powerpc-unknown-aix -o - -x c++ -S  %s  |\
 // RUN:   FileCheck --check-prefix=IGNOREVISIBILITY-ASM %s
 


        


More information about the cfe-commits mailing list