Skip to content

Commit

Permalink
Easy fix for using newer LLVMs: just use the MachOObjectFile.cpp they…
Browse files Browse the repository at this point in the history
… provide.
  • Loading branch information
cixtor committed Jun 27, 2011
1 parent fcbdac9 commit bea28ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 331 deletions.
2 changes: 1 addition & 1 deletion mk/rustllvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
######################################################################

RUSTLLVM_LIB_CS := $(addprefix rustllvm/, \
MachOObjectFile.cpp Passes.cpp Passes2.cpp)
Passes.cpp Passes2.cpp)

RUSTLLVM_OBJS_CS := $(addprefix rustllvm/, RustWrapper.cpp)

Expand Down
330 changes: 0 additions & 330 deletions src/rustllvm/MachOObjectFile.cpp

This file was deleted.

0 comments on commit bea28ea

Please sign in to comment.