[llvm] cf6a3dc - Revert "[lit] Define keyword used by MCJIT test"

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 10:46:28 PDT 2022


Author: Paul Robinson
Date: 2022-10-31T10:46:21-07:00
New Revision: cf6a3dc1bc910f087037a9f9c44a41676d89ebbe

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

LOG: Revert "[lit] Define keyword used by MCJIT test"

This reverts commit 6d859266803e2a9060c4e8770f92cc2c7bd05a3b.

Causing an XPASS on 32-bit Gentoo, as reported by mgorny.

Added: 
    

Modified: 
    llvm/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py
index 5cbf4616f7c3..500cbd68b494 100644
--- a/llvm/test/lit.cfg.py
+++ b/llvm/test/lit.cfg.py
@@ -100,8 +100,6 @@ def get_asan_rtlib():
 # 
diff icult to obtain on Windows.
 if re.search(r'cygwin|windows-gnu|windows-msvc', config.host_triple):
     lli_args = ['-mtriple=' + config.host_triple + '-elf']
-if re.search(r'^i.86', config.host_triple):
-    config.available_features.add('mcjit-ia32')
 
 llc_args = []
 


        


More information about the llvm-commits mailing list