Add support for source and line information to IntelJITEventListener for object emitt...
[oota-llvm.git] / tools / llvm-jitlistener / Makefile
index 0971e6a252c6be256529c854f97eea09ad695dde..30182355c9c08fa8d76e7e180302ae1027273fd1 100644 (file)
@@ -18,7 +18,7 @@ LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selec
 # Events interface library.  If not, this tool will do nothing useful, but it\r
 # will build correctly.\r
 ifeq ($(USE_INTEL_JITEVENTS), 1)\r
-  LINK_COMPONENTS += inteljitevents\r
+  LINK_COMPONENTS += debuginfo inteljitevents\r
 endif\r
 \r
 # This tool has no plugins, optimize startup time.\r