mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
[RuntimeDyld] Make sure that RuntimeDyld regression tests only run for targets
that have been enabled. Without this, testers will fail when llvm-rtdyld is invoked with triples for unsupported targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211969 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc0a279949
commit
7da28c57e5
3
test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg
Normal file
3
test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user