diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-04-13 14:20:36 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-04-13 14:55:44 -0400 |
| commit | 01b1d4110d41de027baa256339b73a7493fa3157 (patch) | |
| tree | 442d1b79b55bb999c816412abdbb7f1b53a91bdf /Makefile.in | |
| parent | Lex numeric escapes, needed for lib-str.rs (which now passes). (diff) | |
| download | rust-01b1d4110d41de027baa256339b73a7493fa3157.tar.xz rust-01b1d4110d41de027baa256339b73a7493fa3157.zip | |
Remove code that is already in llvm for some time.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ffdbf6fd..0b613d12 100644 --- a/Makefile.in +++ b/Makefile.in @@ -368,7 +368,7 @@ RUNTIME_LIBS := $(CFG_GCC_POST_LIB_FLAGS) ###################################################################### RUSTLLVM_LIB_CS := $(addprefix rustllvm/, \ - MachOObjectFile.cpp Object.cpp Passes.cpp) + MachOObjectFile.cpp Passes.cpp) RUSTLLVM_OBJS_CS := $(addprefix rustllvm/, RustWrapper.cpp) |