Add initialization routines for Instrumentation.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 128bf489787cfbfa54b0b6657f28d4a67810c5f5..80bb48cefa4623a96cd20a9c2c1681a3384648ac 100644 (file)
@@ -1,5 +1,6 @@
 add_llvm_library(LLVMInstrumentation
   EdgeProfiling.cpp
+  Instrumentation.cpp
   OptimalEdgeProfiling.cpp
   ProfilingUtils.cpp
   )