forked from OSchip/llvm-project
llvm/test/tools/dsymutil/ARM/lit.local.cfg: Fix possibly typo, s/X86/ARM/.
llvm-svn: 243106
This commit is contained in:
parent
8cb250ad9d
commit
c9bc0b1e14
|
@ -1,2 +1,2 @@
|
|||
if not 'X86' in config.root.targets:
|
||||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
|
Loading…
Reference in New Issue