projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix crash when printing instructions that have a metadata attached but no parent.
[oota-llvm.git]
/
lib
/
LTO
/
CMakeLists.txt
1
add_llvm_library(LLVMLTO
2
LTOModule.cpp
3
LTOCodeGenerator.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${LLVM_MAIN_INCLUDE_DIR}/llvm/LTO
7
)
8
9
add_dependencies(LLVMLTO intrinsics_gen)