Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / unittests / ProfileData / CMakeLists.txt
blob0a7f7da08595047134b5768b50bd24c4c5ba86e2
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   Core
4   Coverage
5   ProfileData
6   Support
7   Object
8   )
10 add_llvm_unittest(ProfileDataTests
11   BPFunctionNodeTest.cpp
12   CoverageMappingTest.cpp
13   InstrProfDataTest.cpp
14   InstrProfTest.cpp
15   ItaniumManglingCanonicalizerTest.cpp
16   MemProfTest.cpp
17   PGOCtxProfReaderWriterTest.cpp
18   SampleProfTest.cpp
19   SymbolRemappingReaderTest.cpp
20   )
22 target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)