mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 21:31:41 +00:00
lli uses LinkAllCodegenComponents, so it needs this. Thanks to
Rafael Esp?ndola for pointing this out git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dffb2e83ed
commit
279015226e
@ -6,9 +6,10 @@
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL := ../..
|
||||
TOOLNAME := lli
|
||||
LINK_COMPONENTS := jit interpreter native bcreader
|
||||
LINK_COMPONENTS := jit interpreter native bcreader selectiondag
|
||||
REQUIRES_EH := 1
|
||||
|
||||
# Enable JIT support
|
||||
|
Loading…
x
Reference in New Issue
Block a user