Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / ProfileData / CMakeLists.txt
blobce3a0a45ccf18c981d1b4ab0ec390b39ec127cb9
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Coverage
4   ProfileData
5   Support
6   Object
7   )
9 add_llvm_unittest(ProfileDataTests
10   BPFunctionNodeTest.cpp
11   CoverageMappingTest.cpp
12   InstrProfDataTest.cpp
13   InstrProfTest.cpp
14   ItaniumManglingCanonicalizerTest.cpp
15   MemProfTest.cpp
16   SampleProfTest.cpp
17   SymbolRemappingReaderTest.cpp
18   )
20 target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)