summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-01-29 01:30:01 +0000
committerSean Callanan <scallanan@apple.com>2010-01-29 01:30:01 +0000
commitbd51cdd0676ac7793a9bd3362a64bcf3168b15f7 (patch)
tree036966914fb8d0db2f2fe09ee9c5b4330db598fb /tools/Makefile
parenta78def96803f4f690ab7015b6b308004e9b2c8dd (diff)
downloadllvm-bd51cdd0676ac7793a9bd3362a64bcf3168b15f7.tar.gz
llvm-bd51cdd0676ac7793a9bd3362a64bcf3168b15f7.tar.bz2
llvm-bd51cdd0676ac7793a9bd3362a64bcf3168b15f7.tar.xz
Added a bare-bones Makefile to build the enhanced disassembly
library as a static and a shared library. Added dependencies so the target-specific enhanced disassembly info tables are built before the library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0340c7f78b..459be4e1fd 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -21,7 +21,8 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
llvm-ld llvm-prof llvm-link \
lli llvm-extract \
bugpoint llvm-bcanalyzer llvm-stub \
- llvm-mc llvmc
+ llvm-mc llvmc \
+ ed
# Let users override the set of tools to build from the command line.
ifdef ONLY_TOOLS