Add a --with-oprofile flag to configure, which uses OProfile's agent
[oota-llvm.git] / lib / ExecutionEngine / JIT / CMakeLists.txt
index bf915f7c4ca198ab5e8be0392922d2fac3b2fa7e..7f15b4cf08970c438bd84d0f935621e4e4321339 100644 (file)
@@ -8,5 +8,6 @@ add_llvm_library(LLVMJIT
   JITEmitter.cpp
   JITMemoryManager.cpp
   MacOSJITEventListener.cpp
+  OProfileJITEventListener.cpp
   TargetSelect.cpp
   )