[llvm-branch-commits] [llvm] be45a5a - [CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74
Clement Courbet via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 19 04:33:21 PST 2020
Author: Clement Courbet
Date: 2020-02-19T13:32:46+01:00
New Revision: be45a5a4092d678c992ac5d32e4b41da9367989a
URL: https://github.com/llvm/llvm-project/commit/be45a5a4092d678c992ac5d32e4b41da9367989a
DIFF: https://github.com/llvm/llvm-project/commit/be45a5a4092d678c992ac5d32e4b41da9367989a.diff
LOG: [CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74
Add missing lit.local.cfg in test/Transforms/CodeGenPrepare/PowerPC
Added:
llvm/test/Transforms/CodeGenPrepare/PowerPC/lit.local.cfg
Modified:
Removed:
################################################################################
diff --git a/llvm/test/Transforms/CodeGenPrepare/PowerPC/lit.local.cfg b/llvm/test/Transforms/CodeGenPrepare/PowerPC/lit.local.cfg
new file mode 100644
index 000000000000..091332439b18
--- /dev/null
+++ b/llvm/test/Transforms/CodeGenPrepare/PowerPC/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'PowerPC' in config.root.targets:
+ config.unsupported = True
More information about the llvm-branch-commits
mailing list