diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-10 19:59:35 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-10 19:59:35 +0000 |
commit | 1ad92131abbed3d2992d5996969274a8e1ae9a6b (patch) | |
tree | 773ce7f5c949f85879d65bb5f26620ba6e9ed587 /Makefile | |
parent | 0ad62be9aa54c4e4670af758c37c2d0673bc67e4 (diff) | |
download | external_llvm-1ad92131abbed3d2992d5996969274a8e1ae9a6b.zip external_llvm-1ad92131abbed3d2992d5996969274a8e1ae9a6b.tar.gz external_llvm-1ad92131abbed3d2992d5996969274a8e1ae9a6b.tar.bz2 |
Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",
which didn't appear ready for prime time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,12 +10,12 @@ LEVEL := . # Top-Level LLVM Build Stages: -# 0. Execute llvm-build, to construct llvm-config library dependencies. # 1. Build lib/Support and lib/TableGen, which are used by utils (tblgen). # 2. Build utils, which is used by VMCore. # 3. Build VMCore, which builds the Intrinsics.inc file used by libs. -# 4. Build llvm-config, which determines inter-lib dependencies for tools. -# 5. Build tools, runtime, docs. +# 4. Build libs, which are needed by llvm-config. +# 5. Build llvm-config, which determines inter-lib dependencies for tools. +# 6. Build tools, runtime, docs. # # When cross-compiling, there are some things (tablegen) that need to # be build for the build system first. |