[llvm] 2878c66 - Don't run PowerPC objdump tests when PowerPC backend not built
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 16 05:00:42 PDT 2020
Author: Oliver Stannard
Date: 2020-03-16T12:00:33Z
New Revision: 2878c6693875f841f297bf347963ce26841f9c0a
URL: https://github.com/llvm/llvm-project/commit/2878c6693875f841f297bf347963ce26841f9c0a
DIFF: https://github.com/llvm/llvm-project/commit/2878c6693875f841f297bf347963ce26841f9c0a.diff
LOG: Don't run PowerPC objdump tests when PowerPC backend not built
Added:
llvm/test/tools/llvm-objdump/PowerPC/lit.local.cfg
Modified:
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objdump/PowerPC/lit.local.cfg b/llvm/test/tools/llvm-objdump/PowerPC/lit.local.cfg
new file mode 100644
index 000000000000..091332439b18
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/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