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