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

This reverts commit 6d859266803e2a9060c4e8770f92cc2c7bd05a3b.

Causing an XPASS on 32-bit Gentoo, as reported by mgorny.
This commit is contained in:
Paul Robinson 2022-10-31 10:44:49 -07:00
parent f2ea446e87
commit cf6a3dc1bc

View 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 = []