aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-04-13 14:20:36 -0400
committerRafael Ávila de Espíndola <[email protected]>2011-04-13 14:55:44 -0400
commit01b1d4110d41de027baa256339b73a7493fa3157 (patch)
tree442d1b79b55bb999c816412abdbb7f1b53a91bdf /Makefile.in
parentLex numeric escapes, needed for lib-str.rs (which now passes). (diff)
downloadrust-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.in2
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)