summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-16 15:22:55 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-16 15:22:55 +0000
commit145e176d2f5ed884cc1a6a14e54c16e24d5694f1 (patch)
treedfbf958117bc1543fec1f57b5a857198f72b976d /llvm
parentc6547505e6e206be6dcecbc1ac6f26e039dc2aea (diff)
downloadbcm5719-llvm-145e176d2f5ed884cc1a6a14e54c16e24d5694f1.tar.gz
bcm5719-llvm-145e176d2f5ed884cc1a6a14e54c16e24d5694f1.zip
`link' is now `llvm-link'. Also alphabetized the tools for easy reference.
llvm-svn: 8557
Diffstat (limited to 'llvm')
-rw-r--r--llvm/autoconf/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 62a6405c7f0..d17b5e8485c 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -181,14 +181,14 @@ AC_CONFIG_MAKEFILE(tools/bugpoint/Makefile)
AC_CONFIG_MAKEFILE(tools/extract/Makefile)
AC_CONFIG_MAKEFILE(tools/gccas/Makefile)
AC_CONFIG_MAKEFILE(tools/gccld/Makefile)
-AC_CONFIG_MAKEFILE(tools/link/Makefile)
AC_CONFIG_MAKEFILE(tools/llc/Makefile)
-AC_CONFIG_MAKEFILE(tools/lli/Makefile)
-AC_CONFIG_MAKEFILE(tools/opt/Makefile)
AC_CONFIG_MAKEFILE(tools/llee/Makefile)
-AC_CONFIG_MAKEFILE(tools/llvm-as/Makefile)
+AC_CONFIG_MAKEFILE(tools/lli/Makefile)
AC_CONFIG_MAKEFILE(tools/llvm-ar/Makefile)
+AC_CONFIG_MAKEFILE(tools/llvm-as/Makefile)
AC_CONFIG_MAKEFILE(tools/llvm-dis/Makefile)
+AC_CONFIG_MAKEFILE(tools/llvm-link/Makefile)
+AC_CONFIG_MAKEFILE(tools/opt/Makefile)
AC_CONFIG_MAKEFILE(utils/Makefile)
AC_CONFIG_MAKEFILE(utils/Burg/Makefile)
AC_CONFIG_MAKEFILE(utils/Burg/Doc/Makefile)
OpenPOWER on IntegriCloud