[llvm] 9607ccf - GlobalISel: Remove leftover lit.local.cfg

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 10:49:13 PDT 2020


Author: Matt Arsenault
Date: 2020-08-27T13:49:06-04:00
New Revision: 9607ccf62617c9f025d182ddf137cf80e6d5c1f0

URL: https://github.com/llvm/llvm-project/commit/9607ccf62617c9f025d182ddf137cf80e6d5c1f0
DIFF: https://github.com/llvm/llvm-project/commit/9607ccf62617c9f025d182ddf137cf80e6d5c1f0.diff

LOG: GlobalISel: Remove leftover lit.local.cfg

The global-isel feature has been required for a long time and was
removed in c9455d3c579292e7ae5b7559ad0302d459e69a95, so this was
causing all tests to be skipped.

Added: 
    

Modified: 
    

Removed: 
    llvm/test/CodeGen/AArch64/GlobalISel/lit.local.cfg
    llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg
    llvm/test/CodeGen/ARM/GlobalISel/lit.local.cfg
    llvm/test/CodeGen/X86/GlobalISel/lit.local.cfg


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/GlobalISel/lit.local.cfg b/llvm/test/CodeGen/AArch64/GlobalISel/lit.local.cfg
deleted file mode 100644
index e99d1bb8446c..000000000000
--- a/llvm/test/CodeGen/AArch64/GlobalISel/lit.local.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-if not 'global-isel' in config.root.available_features:
-    config.unsupported = True

diff  --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg b/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg
deleted file mode 100644
index e99d1bb8446c..000000000000
--- a/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-if not 'global-isel' in config.root.available_features:
-    config.unsupported = True

diff  --git a/llvm/test/CodeGen/ARM/GlobalISel/lit.local.cfg b/llvm/test/CodeGen/ARM/GlobalISel/lit.local.cfg
deleted file mode 100644
index e99d1bb8446c..000000000000
--- a/llvm/test/CodeGen/ARM/GlobalISel/lit.local.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-if not 'global-isel' in config.root.available_features:
-    config.unsupported = True

diff  --git a/llvm/test/CodeGen/X86/GlobalISel/lit.local.cfg b/llvm/test/CodeGen/X86/GlobalISel/lit.local.cfg
deleted file mode 100644
index e99d1bb8446c..000000000000
--- a/llvm/test/CodeGen/X86/GlobalISel/lit.local.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-if not 'global-isel' in config.root.available_features:
-    config.unsupported = True


        


More information about the llvm-commits mailing list