xref: /llvm-project/llvm/unittests/tools/llvm-profgen/CMakeLists.txt (revision 4ecbfacf9ecdc5bd9bf699d400c5058071b9500c)
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_llvm_unittest(LLVMProfgenTests
6    ContextCompressionTest.cpp
7  )
8
9target_link_libraries(LLVMProfgenTests PRIVATE LLVMTestingSupport)
10
11add_dependencies(LLVMProfgenTests intrinsics_gen)
12