summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/Makefile
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-03-11 18:07:33 +0000
committerDevang Patel <dpatel@apple.com>2011-03-11 18:07:33 +0000
commit027f0995d4f2a73836fe3225514c507f5c63deae (patch)
treebfc85bdd7c8f0d79b56b6c46fe7532b864055b30 /tools/llvm-dis/Makefile
parenteb582d7ba202e06ea339def0b610bc31565250da (diff)
downloadllvm-027f0995d4f2a73836fe3225514c507f5c63deae.tar.gz
llvm-027f0995d4f2a73836fe3225514c507f5c63deae.tar.bz2
llvm-027f0995d4f2a73836fe3225514c507f5c63deae.tar.xz
While printing annotations, print line number and variable name if debug info is present.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127470 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis/Makefile')
-rw-r--r--tools/llvm-dis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile
index 22c9ecc300..be71100086 100644
--- a/tools/llvm-dis/Makefile
+++ b/tools/llvm-dis/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-dis
-LINK_COMPONENTS := bitreader
+LINK_COMPONENTS := bitreader analysis
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1