CMakeLists.txt   [plain text]


add_llvm_library(LLVMInstrumentation
  BlockProfiling.cpp
  EdgeProfiling.cpp
  ProfilingUtils.cpp
  RSProfiling.cpp
  )