X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=Makefile;h=dae41cf56aa1d4cbe959a38f5509277e3bf6fa88;hp=3590d5c6cf761d8a2f236ff079ef0082527d8147;hb=4b1fd0b288ae38d288affdbd9159d838b1a68447;hpb=a6f5a81285bab84212209d47b1238505512c7c87 diff --git a/Makefile b/Makefile index 3590d5c6cf7..dae41cf56aa 100644 --- a/Makefile +++ b/Makefile @@ -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.