[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / unittests / ProfileData / CMakeLists.txt
blobc75b0da3def5d694fc68f648841853d839e21b9b
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Coverage
4   ProfileData
5   Support
6   Object
7   )
9 add_llvm_unittest(ProfileDataTests
10   CoverageMappingTest.cpp
11   InstrProfDataTest.cpp
12   InstrProfTest.cpp
13   SampleProfTest.cpp
14   MemProfTest.cpp
15   )
17 target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)