[llvm] 161f70e - Don't run ARM objdump tests when ARM backend not built
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 16 04:25:46 PDT 2020
Author: Oliver Stannard
Date: 2020-03-16T11:24:19Z
New Revision: 161f70eae6cda06169401045b666f3ff7a4ee023
URL: https://github.com/llvm/llvm-project/commit/161f70eae6cda06169401045b666f3ff7a4ee023
DIFF: https://github.com/llvm/llvm-project/commit/161f70eae6cda06169401045b666f3ff7a4ee023.diff
LOG: Don't run ARM objdump tests when ARM backend not built
Added:
llvm/test/tools/llvm-objdump/ARM/lit.local.cfg
Modified:
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objdump/ARM/lit.local.cfg b/llvm/test/tools/llvm-objdump/ARM/lit.local.cfg
new file mode 100644
index 000000000000..236e1d344166
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/ARM/lit.local.cfg
@@ -0,0 +1,2 @@
+if not 'ARM' in config.root.targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list