mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
Fix lli after the DebugInfo move.
llvm-svn: 227594
This commit is contained in:
parent
46568690d0
commit
f290870a28
@ -19,7 +19,7 @@ LINK_COMPONENTS := mcjit orcjit instrumentation interpreter nativecodegen bitrea
|
||||
# If Intel JIT Events support is confiured, link against the LLVM Intel JIT
|
||||
# Events interface library
|
||||
ifeq ($(USE_INTEL_JITEVENTS), 1)
|
||||
LINK_COMPONENTS += debuginfo inteljitevents object
|
||||
LINK_COMPONENTS += debuginfodwarf inteljitevents object
|
||||
endif
|
||||
|
||||
# If oprofile support is confiured, link against the LLVM oprofile interface
|
||||
|
@ -18,7 +18,7 @@ LINK_COMPONENTS := mcjit interpreter nativecodegen bitreader asmparser irreader
|
||||
# Events interface library. If not, this tool will do nothing useful, but it
|
||||
# will build correctly.
|
||||
ifeq ($(USE_INTEL_JITEVENTS), 1)
|
||||
LINK_COMPONENTS += debuginfo inteljitevents
|
||||
LINK_COMPONENTS += debuginfodwarf inteljitevents
|
||||
endif
|
||||
|
||||
# This tool has no plugins, optimize startup time.
|
||||
|
Loading…
Reference in New Issue
Block a user