summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-08-24 09:16:51 +0000
committerJohn McCall <rjmccall@apple.com>2010-08-24 09:16:51 +0000
commitb82b4339d1dded9c7e36afac80aac2ca73918e51 (patch)
tree60812ca95420b64f9524952aa668710c4be27eaf /tools/Makefile
parent59b06dc7758fb6087cdcf5d9f45a9ebb11e05504 (diff)
downloadllvm-b82b4339d1dded9c7e36afac80aac2ca73918e51.tar.gz
llvm-b82b4339d1dded9c7e36afac80aac2ca73918e51.tar.bz2
llvm-b82b4339d1dded9c7e36afac80aac2ca73918e51.tar.xz
Check in a couple of changes that I apparently never committed:
- teach DifferenceEngine to unify successors of calls and invokes in certain circumstances - basic blocks actually don't have their own numbering; did that change? - add llvm-diff to the Makefile and CMake build systems git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e6d9207a1d..aa07a2b1b7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -21,7 +21,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
llvm-ld llvm-prof llvm-link \
lli llvm-extract llvm-mc \
bugpoint llvm-bcanalyzer llvm-stub \
- llvmc
+ llvmc llvm-diff
# Let users override the set of tools to build from the command line.
ifdef ONLY_TOOLS