[llvm] 7143b63 - [llvm-mca] Adding local lit config file for X86 targets

Wolfgang Pieb via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 09:54:21 PST 2021


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


        


More information about the llvm-commits mailing list