[llvm] 1453f04 - [PowerPC] Add lit.local.cfg in AtomicExpand tests

Kai Luo via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 02:14:08 PDT 2021


Author: Kai Luo
Date: 2021-07-20T09:13:50Z
New Revision: 1453f048cf9275ac329b5beb243c3c0986144143

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

LOG: [PowerPC] Add lit.local.cfg in AtomicExpand tests

Fixed build errors on other platforms.

Added: 
    llvm/test/Transforms/AtomicExpand/PowerPC/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/AtomicExpand/PowerPC/lit.local.cfg b/llvm/test/Transforms/AtomicExpand/PowerPC/lit.local.cfg
new file mode 100644
index 0000000000000..091332439b186
--- /dev/null
+++ b/llvm/test/Transforms/AtomicExpand/PowerPC/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'PowerPC' in config.root.targets:
+    config.unsupported = True


        


More information about the llvm-commits mailing list