Add support for source and line information to IntelJITEventListener for object emitt...
[oota-llvm.git] / tools / lli / Makefile
index 31f3ab8a1e693d6ea7d33f5d3a900859f19548f0..85ac6b46bb5b2e9a6a659595279da38e3420a917 100644 (file)
@@ -17,7 +17,7 @@ LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selec
 # If Intel JIT Events support is confiured, link against the LLVM Intel JIT
 # Events interface library
 ifeq ($(USE_INTEL_JITEVENTS), 1)
-  LINK_COMPONENTS += inteljitevents
+  LINK_COMPONENTS += debuginfo inteljitevents object
 endif
 
 # If oprofile support is confiured, link against the LLVM oprofile interface