diff options
| author | Tanya Lattner <tonic@nondot.org> | 2008-03-25 05:05:58 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2008-03-25 05:05:58 +0000 |
| commit | ca8eb5d0f54c7991eacfa012222e6c5682a8634a (patch) | |
| tree | 3b4c1b80e12d19e0c2e44a0c4f595b855857cf7c /llvm/tools | |
| parent | 1c077ae1b7c1959d1b2f91d3e039fa56158a8b16 (diff) | |
| download | bcm5719-llvm-ca8eb5d0f54c7991eacfa012222e6c5682a8634a.tar.gz bcm5719-llvm-ca8eb5d0f54c7991eacfa012222e6c5682a8634a.zip | |
Disable building llvm-upgrade.
llvm-svn: 48764
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index d1491af5bfc..416b3c411e3 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -12,7 +12,7 @@ LEVEL := .. # large and three small executables. This is done to minimize memory load # in parallel builds. Please retain this ordering. PARALLEL_DIRS := llvm-config \ - opt llvm-as llvm-dis llvm-upgrade \ + opt llvm-as llvm-dis \ llc llvm-ranlib llvm-ar llvm-nm \ llvm-ld llvmc llvm-prof llvm-link \ lli gccas gccld llvm-extract llvm-db llvm2cpp \ |

