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

This reverts commit 6d85926680.

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
1 changed files with 0 additions and 2 deletions

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