llvm/test/tools/dsymutil/ARM/lit.local.cfg: Fix possibly typo, s/X86/ARM/.

llvm-svn: 243106
This commit is contained in:
NAKAMURA Takumi 2015-07-24 11:55:11 +00:00
parent 8cb250ad9d
commit c9bc0b1e14
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
if not 'X86' in config.root.targets:
if not 'ARM' in config.root.targets:
config.unsupported = True