repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
llvm
/
lib
/
ExecutionEngine
/
Orc
/
Shared
/
CMakeLists.txt
blob
985ac6f1409e6670ec56f594ca7a5415cec66c26
1
add_llvm_component_library(LLVMOrcShared
2
AllocationActions.cpp
3
ObjectFormats.cpp
4
OrcError.cpp
5
OrcRTBridge.cpp
6
SimpleRemoteEPCUtils.cpp
7
ADDITIONAL_HEADER_DIRS
8
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
9
10
DEPENDS
11
intrinsics_gen
12
13
LINK_LIBS
14
${LLVM_PTHREAD_LIB}
15
16
LINK_COMPONENTS
17
Support
18
)