aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-04-13 14:05:02 -0400
committerRafael Ávila de Espíndola <[email protected]>2011-04-13 14:05:02 -0400
commit1fa7fe758f1fbe4e8f0050a34a28153f728db86b (patch)
tree4d6470ade43ae81d64a77ad331c7ffd235e9ce8b /Makefile.in
parentEnable alias analysis and the function attributes pass. (diff)
downloadrust-1fa7fe758f1fbe4e8f0050a34a28153f728db86b.tar.xz
rust-1fa7fe758f1fbe4e8f0050a34a28153f728db86b.zip
Update Makefile.in, not Makefile :-(
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 ce61fed7..ffdbf6fd 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)
+ MachOObjectFile.cpp Object.cpp Passes.cpp)
RUSTLLVM_OBJS_CS := $(addprefix rustllvm/, RustWrapper.cpp)