[llvm] [ARM] Remove llvm/test/MC/COFF/ARM/lit.local.cfg. NFC (PR #202342)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 07:11:06 PDT 2026
https://github.com/davemgreen created https://github.com/llvm/llvm-project/pull/202342
Given there are no files in this folder (since
ff1d084aa2f07927f3c63c93f3286822abe9d1ac) the unused lit.local.cfg can be
removed.
>From 834d2b07a9626d48b080dffe099ae80c9cb63292 Mon Sep 17 00:00:00 2001
From: David Green <david.green at arm.com>
Date: Mon, 8 Jun 2026 15:10:53 +0100
Subject: [PATCH] [ARM] Remove llvm/test/MC/COFF/ARM/lit.local.cfg. NFC
Given there are no files in this folder (since
ff1d084aa2f07927f3c63c93f3286822abe9d1ac) the unused lit.local.cfg can be
removed.
---
llvm/test/MC/COFF/ARM/lit.local.cfg | 2 --
1 file changed, 2 deletions(-)
delete mode 100644 llvm/test/MC/COFF/ARM/lit.local.cfg
diff --git a/llvm/test/MC/COFF/ARM/lit.local.cfg b/llvm/test/MC/COFF/ARM/lit.local.cfg
deleted file mode 100644
index 7c23e4f980130..0000000000000
--- a/llvm/test/MC/COFF/ARM/lit.local.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-if not "ARM" in config.root.targets:
- config.unsupported = True
More information about the llvm-commits
mailing list