diff options
| author | Zachary Turner <zturner@google.com> | 2015-01-30 18:42:03 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-01-30 18:42:03 +0000 |
| commit | 42b1fb925335363ae649999f8d10bd96d39f5924 (patch) | |
| tree | 14d5dd972b17a22aee7861a216fcb23c2b06cc66 /llvm | |
| parent | 18a72611f1c2c2558d02aaa0f4abd4b57313dac4 (diff) | |
| download | bcm5719-llvm-42b1fb925335363ae649999f8d10bd96d39f5924.tar.gz bcm5719-llvm-42b1fb925335363ae649999f8d10bd96d39f5924.zip | |
Fix lli after the DebugInfo move.
llvm-svn: 227594
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/lli/Makefile | 2 | ||||
| -rw-r--r-- | llvm/tools/llvm-jitlistener/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile index ab40f2f1136..70d8c80e5c0 100644 --- a/llvm/tools/lli/Makefile +++ b/llvm/tools/lli/Makefile @@ -19,7 +19,7 @@ LINK_COMPONENTS := mcjit orcjit instrumentation interpreter nativecodegen bitrea # If Intel JIT Events support is confiured, link against the LLVM Intel JIT # Events interface library ifeq ($(USE_INTEL_JITEVENTS), 1) - LINK_COMPONENTS += debuginfo inteljitevents object + LINK_COMPONENTS += debuginfodwarf inteljitevents object endif # If oprofile support is confiured, link against the LLVM oprofile interface diff --git a/llvm/tools/llvm-jitlistener/Makefile b/llvm/tools/llvm-jitlistener/Makefile index 6d72427e96e..06132f9900f 100644 --- a/llvm/tools/llvm-jitlistener/Makefile +++ b/llvm/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.
|

