[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / bolt / lib / Profile / CMakeLists.txt
blob3a31a9cc191971dc487e1d54ade64c5b08f7565e
1 add_llvm_library(LLVMBOLTProfile
2   BoltAddressTranslation.cpp
3   DataAggregator.cpp
4   DataReader.cpp
5   Heatmap.cpp
6   ProfileReaderBase.cpp
7   StaleProfileMatching.cpp
8   YAMLProfileReader.cpp
9   YAMLProfileWriter.cpp
11   DISABLE_LLVM_LINK_LLVM_DYLIB
13   LINK_COMPONENTS
14   Support
15   TransformUtils
16   )
18 target_link_libraries(LLVMBOLTProfile
19   PRIVATE
20   LLVMBOLTCore
21   LLVMBOLTPasses
22   LLVMBOLTUtils
23   )