Author: Wolfgang Pieb Date: 2021-01-22T09:52:57-08:00 New Revision: 7143b63017522b76193e970084a1f34a772834dc
URL: https://github.com/llvm/llvm-project/commit/7143b63017522b76193e970084a1f34a772834dc DIFF: https://github.com/llvm/llvm-project/commit/7143b63017522b76193e970084a1f34a772834dc.diff LOG: [llvm-mca] Adding local lit config file for X86 targets Added: llvm/test/tools/llvm-mca/JSON/X86/lit.local.cfg Modified: Removed: ################################################################################ diff --git a/llvm/test/tools/llvm-mca/JSON/X86/lit.local.cfg b/llvm/test/tools/llvm-mca/JSON/X86/lit.local.cfg new file mode 100644 index 000000000000..c8625f4d9d24 --- /dev/null +++ b/llvm/test/tools/llvm-mca/JSON/X86/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'X86' in config.root.targets: + config.unsupported = True _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits