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
[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git]
/
bolt
/
lib
/
Utils
/
CMakeLists.txt
blob
d1403314274bd6270dad43eedef5e487e58b59ca
1
add_llvm_library(LLVMBOLTUtils
2
CommandLineOpts.cpp
3
Utils.cpp
4
5
DISABLE_LLVM_LINK_LLVM_DYLIB
6
7
LINK_LIBS
8
${LLVM_PTHREAD_LIB}
9
10
DEPENDS
11
llvm_vcsrevision_h
12
13
LINK_COMPONENTS
14
Support
15
)