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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2015-07-24 11:55:11 +00:00
parent 67b17f9ff8
commit ca1494b52d

View File

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