diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/lit.local.cfg')
-rw-r--r-- | llvm/test/CodeGen/AArch64/lit.local.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AArch64/lit.local.cfg b/llvm/test/CodeGen/AArch64/lit.local.cfg deleted file mode 100644 index c6f83453ac2..00000000000 --- a/llvm/test/CodeGen/AArch64/lit.local.cfg +++ /dev/null @@ -1,4 +0,0 @@ -targets = set(config.root.targets_to_build.split()) -if 'AArch64' not in targets or 'ARM64' not in targets: - config.unsupported = True - |