From 736969f9fe49b17174c6e06fbb7b1a8331ca94b2 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 15 Mar 2011 14:57:26 -0700 Subject: rustc: Add support for LLVM memory buffer creation via a wrapper function --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 5c93cf71..67a8743e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -311,7 +311,8 @@ RUNTIME_HDR := rt/globals.h \ RUNTIME_INCS := -Irt/isaac -Irt/uthash RUNTIME_OBJS := $(RUNTIME_CS:.cpp=.o) -SUPPORT_CS := llvmext/MachOObjectFile.cpp llvmext/Object.cpp +SUPPORT_CS := $(addprefix llvmext/, \ + MachOObjectFile.cpp Object.cpp RustWrapper.cpp) SUPPORT_HDR := llvmext/include/llvm-c/Object.h -- cgit v1.2.3