diff options
Diffstat (limited to 'llvm/test/MC/Disassembler/AArch64/lit.local.cfg')
| -rw-r--r-- | llvm/test/MC/Disassembler/AArch64/lit.local.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/MC/Disassembler/AArch64/lit.local.cfg b/llvm/test/MC/Disassembler/AArch64/lit.local.cfg index 2c423d139bb..180bb8a77f1 100644 --- a/llvm/test/MC/Disassembler/AArch64/lit.local.cfg +++ b/llvm/test/MC/Disassembler/AArch64/lit.local.cfg @@ -1,4 +1,3 @@ -targets = set(config.root.targets_to_build.split()) -if 'AArch64' not in targets: +if 'AArch64' not in config.root.targets: config.unsupported = True |

