[llvm] e3c6b0f - Limit debug instr-referencing tests to X86

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 07:04:51 PDT 2020


Author: Jeremy Morse
Date: 2020-10-22T15:04:19+01:00
New Revision: e3c6b0f1514c8e3fceb5f5451e672c9394aa9460

URL: https://github.com/llvm/llvm-project/commit/e3c6b0f1514c8e3fceb5f5451e672c9394aa9460
DIFF: https://github.com/llvm/llvm-project/commit/e3c6b0f1514c8e3fceb5f5451e672c9394aa9460.diff

LOG: Limit debug instr-referencing tests to X86

The instruction referencing work currently only works on X86, and all the
tests for it will be X86 based for the time being. Configure the whole
directory to be X86-only, seeing how I keep on landing tests that don't
have the correct REQUIRES lines.

Added: 
    llvm/test/DebugInfo/MIR/InstrRef/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/MIR/InstrRef/lit.local.cfg b/llvm/test/DebugInfo/MIR/InstrRef/lit.local.cfg
new file mode 100644
index 000000000000..c8625f4d9d24
--- /dev/null
+++ b/llvm/test/DebugInfo/MIR/InstrRef/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