[llvm-readobj] - Stop treating ".stack_sizes.*" sections as stack sizes sections.
[llvm-complete.git] / unittests / ProfileData / CMakeLists.txt
blob366ed5482bf2c51087961ac831ca140629719963
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Coverage
4   ProfileData
5   Support
6   )
8 add_llvm_unittest(ProfileDataTests
9   CoverageMappingTest.cpp
10   InstrProfTest.cpp
11   SampleProfTest.cpp
12   )
14 target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)