aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-jitlistener/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-jitlistener/Makefile')
-rw-r--r--tools/llvm-jitlistener/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-jitlistener/Makefile b/tools/llvm-jitlistener/Makefile
index 6d72427..06132f9 100644
--- a/tools/llvm-jitlistener/Makefile
+++ b/tools/llvm-jitlistener/Makefile
@@ -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
# will build correctly.
ifeq ($(USE_INTEL_JITEVENTS), 1)
- LINK_COMPONENTS += debuginfo inteljitevents
+ LINK_COMPONENTS += debuginfodwarf inteljitevents
endif
# This tool has no plugins, optimize startup time.