mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Add support for source and line information to IntelJITEventListener for object emitted by MCJIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -19,7 +19,9 @@ if( LLVM_USE_INTEL_JITEVENTS )
|
||||
)
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_LINK_COMPONENTS}
|
||||
DebugInfo
|
||||
IntelJITEvents
|
||||
Object
|
||||
)
|
||||
endif( LLVM_USE_INTEL_JITEVENTS )
|
||||
|
||||
|
@@ -24,7 +24,7 @@ ifeq ($(USE_INTEL_JITEVENTS), 1)
|
||||
CPPFLAGS += -I$(INTEL_JITEVENTS_INCDIR)
|
||||
|
||||
# Link against the LLVM Intel JIT Evens interface library
|
||||
LINK_COMPONENTS += inteljitevents
|
||||
LINK_COMPONENTS += debuginfo inteljitevents object
|
||||
endif
|
||||
|
||||
ifeq ($(USE_OPROFILE), 1)
|
||||
|
Reference in New Issue
Block a user