diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-04-13 14:05:02 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-04-13 14:05:02 -0400 |
| commit | 1fa7fe758f1fbe4e8f0050a34a28153f728db86b (patch) | |
| tree | 4d6470ade43ae81d64a77ad331c7ffd235e9ce8b /Makefile.in | |
| parent | Enable alias analysis and the function attributes pass. (diff) | |
| download | rust-1fa7fe758f1fbe4e8f0050a34a28153f728db86b.tar.xz rust-1fa7fe758f1fbe4e8f0050a34a28153f728db86b.zip | |
Update Makefile.in, not Makefile :-(
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 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) |