CMakeLists.txt   [plain text]


add_llvm_library(LLVMInstrumentation
  EdgeProfiling.cpp
  OptimalEdgeProfiling.cpp
  ProfilingUtils.cpp
  )