diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-07-26 17:06:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-07-26 17:06:02 +0000 |
commit | 44b60ec45522934b1d9d22ca7fa9d6966776b65e (patch) | |
tree | 8a0e110129cb2f9c4feaa54b815c3fa32dad4d40 /tools/Makefile | |
parent | 23dd3327a03b9b64b428ea07dae580326159e47b (diff) |
Build llvm-config to identify library cycles earlier in the build process.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile index e262b2ace3..e066740b17 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,9 +8,9 @@ ##===----------------------------------------------------------------------===## LEVEL := .. -PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \ - analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \ - llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config +PARALLEL_DIRS := llvm-config llvm-as llvm-dis opt gccas llc llvm-link lli gccld\ + llvm-stub analyze llvm-extract llvm-nm llvm-prof llvm-ar \ + llvm-ranlib llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint OPTIONAL_DIRS := llvm2cpp |