Revert "[lit] Define keyword used by MCJIT test"
authorPaul Robinson <paul.robinson@sony.com>
Mon, 31 Oct 2022 17:44:49 +0000 (10:44 -0700)
committerPaul Robinson <paul.robinson@sony.com>
Mon, 31 Oct 2022 17:46:21 +0000 (10:46 -0700)
This reverts commit 6d859266803e2a9060c4e8770f92cc2c7bd05a3b.

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

llvm/test/lit.cfg.py

index 5cbf461..500cbd6 100644 (file)
@@ -100,8 +100,6 @@ lli_args = []
 # difficult 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 = []