aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-14 18:22:51 -0700
committerPatrick Walton <[email protected]>2011-03-14 18:22:51 -0700
commit6670a63f62836dbb44278ef5d7c23bc3e73c72cf (patch)
tree6cb8c0a164113a144746cc78eee1776589e0f3f8 /src/Makefile
parentllvmext: Make the Object bindings actually work (diff)
downloadrust-6670a63f62836dbb44278ef5d7c23bc3e73c72cf.tar.xz
rust-6670a63f62836dbb44278ef5d7c23bc3e73c72cf.zip
llvmext: Add Mach-O object file reading support to LLVM's BFD workalike
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 86c8d45c..ccf9ab0e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -311,7 +311,7 @@ RUNTIME_HDR := rt/globals.h \
RUNTIME_INCS := -Irt/isaac -Irt/uthash
RUNTIME_OBJS := $(RUNTIME_CS:.cpp=.o)
-SUPPORT_CS := llvmext/Object.cpp
+SUPPORT_CS := llvmext/MachOObjectFile.cpp llvmext/Object.cpp
SUPPORT_HDR := llvmext/include/llvm-c/Object.h