Update test to use llvm-readobj. NFC.
[oota-llvm.git] / test / MC / MachO / lit.local.cfg
index 6c49f08b7496de4427c088baafd0bb242b8a42ac..e71f3cc4c41e708fa77255cb5ac82eb42037e31c 100644 (file)
@@ -1,6 +1,3 @@
-config.suffixes = ['.s']
-
-targets = set(config.root.targets_to_build.split())
-if not 'X86' in targets:
+if not 'X86' in config.root.targets:
     config.unsupported = True