llvm/llvm/unittests/Transforms/Instrumentation/CMakeLists.txt

set(LLVM_LINK_COMPONENTS
  Analysis
  AsmParser
  Core
  Instrumentation
  Passes
  Support
)

add_llvm_unittest(InstrumentationTests
  PGOInstrumentationTest.cpp
  )

target_link_libraries(InstrumentationTests PRIVATE LLVMTestingSupport)

set_property(TARGET InstrumentationTests PROPERTY FOLDER "Tests/UnitTests/TransformTests")