Fix lli after the DebugInfo move.
[oota-llvm.git] / tools / llvm-jitlistener / Makefile
index 6d72427e96e896c039156c53d63088ab9237a76a..06132f9900fdf2680041de47b749794b862e45f5 100644 (file)
@@ -18,7 +18,7 @@ LINK_COMPONENTS := mcjit interpreter nativecodegen bitreader asmparser irreader
 # 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 += debuginfo inteljitevents\r
+  LINK_COMPONENTS += debuginfodwarf inteljitevents\r
 endif\r
 \r
 # This tool has no plugins, optimize startup time.\r