[llvm] 22f2663 - [ARM] Remove llvm/test/MC/COFF/ARM/lit.local.cfg. NFC (#202342)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 07:11:12 PDT 2026


Author: David Green
Date: 2026-06-08T15:11:07+01:00
New Revision: 22f266395c930b83fbbcf2e84930783d438bc0d4

URL: https://github.com/llvm/llvm-project/commit/22f266395c930b83fbbcf2e84930783d438bc0d4
DIFF: https://github.com/llvm/llvm-project/commit/22f266395c930b83fbbcf2e84930783d438bc0d4.diff

LOG: [ARM] Remove llvm/test/MC/COFF/ARM/lit.local.cfg. NFC (#202342)

Given there are no files in this folder (since
ff1d084aa2f07927f3c63c93f3286822abe9d1ac) the unused lit.local.cfg can
be
removed.

Added: 
    

Modified: 
    

Removed: 
    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