mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 14:26:07 +00:00
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:
parent
f2ea446e87
commit
cf6a3dc1bc
@ -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 = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user