diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-05-14 13:09:57 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-05-14 13:09:57 +0000 |
| commit | 1930a47f049513b2c60c543a8df10d4d86c97927 (patch) | |
| tree | 5b9814f8bbd1b5b1a02510ab43dcd3ed16efc476 /llvm/runtime | |
| parent | 6563768a926149a4c5574c6ce77ae771cb9fb3c0 (diff) | |
| download | bcm5719-llvm-1930a47f049513b2c60c543a8df10d4d86c97927.tar.gz bcm5719-llvm-1930a47f049513b2c60c543a8df10d4d86c97927.zip | |
Minor updates
llvm-svn: 6188
Diffstat (limited to 'llvm/runtime')
| -rw-r--r-- | llvm/runtime/Makefile.libs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/runtime/Makefile.libs b/llvm/runtime/Makefile.libs index a11171da202..60515f10643 100644 --- a/llvm/runtime/Makefile.libs +++ b/llvm/runtime/Makefile.libs @@ -25,12 +25,11 @@ LObjects := $(addprefix Output/,$(LObjs)) # Link the library, then perform postlink optimization... $(DESTLIBNAME): $(DESTLIBDIR)/.dir $(LObjects) $(LLINK) -f $(LObjects) $(LDFLAGS) | \ - $(LOPT) -f -deadtypeelim -raise -constprop -dce -o $@ + $(LOPT) -f -funcresolve -deadtypeelim -globaldce -o $@ -# Install target for libraries: Copy into the gcc install directory in chris's -# tree... +# Install target for libraries: Copy into the gcc install directory. # -INSTALL_DIR := /home/vadve/lattner/cvs/gcc_install_x86/llvm/lib/ +INSTALL_DIR := $(LLVMGCCDIR)/bytecode-libs/ install:: $(DESTLIBNAME) cp $(DESTLIBNAME) $(INSTALL_DIR) |

