CMakeLists.txt 146 B

12345678910
  1. set(LLVM_LINK_COMPONENTS
  2. Core
  3. ProfileData
  4. Support
  5. )
  6. add_llvm_unittest(ProfileDataTests
  7. CoverageMappingTest.cpp
  8. InstrProfTest.cpp
  9. )