repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj][obj2yaml] - Do not create a symbol table by default.
[llvm-complete.git]
/
lib
/
Passes
/
CMakeLists.txt
blob
d1b873c3fd7ac98ffd9d6f791f0ca34383cf788a
1
if (MSVC)
2
set_source_files_properties(PassBuilder.cpp PROPERTIES COMPILE_FLAGS /bigobj)
3
endif()
4
5
add_llvm_library(LLVMPasses
6
PassBuilder.cpp
7
PassPlugin.cpp
8
StandardInstrumentations.cpp
9
10
ADDITIONAL_HEADER_DIRS
11
${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
12
13
DEPENDS
14
intrinsics_gen
15
)