Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
3decd1af6bde6185b745e0fe5e2cdb66ef27e1d3
/
.
/
third_party
/
llvm-7.0
/
llvm
/
unittests
/
ProfileData
/
CMakeLists.txt
blob: 366ed5482bf2c51087961ac831ca140629719963 [
file
]
set(LLVM_LINK_COMPONENTS
Core
Coverage
ProfileData
Support
)
add_llvm_unittest(ProfileDataTests
CoverageMappingTest.cpp
InstrProfTest.cpp
SampleProfTest.cpp
)
target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)