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