mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix the -DBUILD_SHARED_LIBS=ON build.
llvm-svn: 241608
This commit is contained in:
parent
7cfc515325
commit
a72622b9fa
@ -3,4 +3,6 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|||||||
add_llvm_library(LLVMIntelJITEvents
|
add_llvm_library(LLVMIntelJITEvents
|
||||||
IntelJITEventListener.cpp
|
IntelJITEventListener.cpp
|
||||||
jitprofiling.c
|
jitprofiling.c
|
||||||
)
|
|
||||||
|
LINK_LIBS pthread ${CMAKE_DL_LIBS}
|
||||||
|
)
|
||||||
|
@ -21,4 +21,4 @@
|
|||||||
type = OptionalLibrary
|
type = OptionalLibrary
|
||||||
name = IntelJITEvents
|
name = IntelJITEvents
|
||||||
parent = ExecutionEngine
|
parent = ExecutionEngine
|
||||||
required_libraries = Core DebugInfoDWARF Support
|
required_libraries = Core DebugInfoDWARF Support Object ExecutionEngine
|
||||||
|
@ -21,3 +21,4 @@
|
|||||||
type = OptionalLibrary
|
type = OptionalLibrary
|
||||||
name = OProfileJIT
|
name = OProfileJIT
|
||||||
parent = ExecutionEngine
|
parent = ExecutionEngine
|
||||||
|
required_libraries = Support Object ExecutionEngine
|
||||||
|
@ -14,6 +14,10 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
nativecodegen
|
nativecodegen
|
||||||
object
|
object
|
||||||
selectiondag
|
selectiondag
|
||||||
|
Support
|
||||||
|
ExecutionEngine
|
||||||
|
RuntimeDyld
|
||||||
|
Core
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_tool(llvm-jitlistener
|
add_llvm_tool(llvm-jitlistener
|
||||||
|
Loading…
Reference in New Issue
Block a user