From 4f3b8bf87225ffe5f25faf25bc20dc372bf76424 Mon Sep 17 00:00:00 2001 From: Mark Shinwell Date: Wed, 10 Feb 2016 15:53:57 +0100 Subject: Fix ocamlobjinfo for Flambda (includes work from Runhang Li) --- tools/Makefile.shared | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/Makefile.shared') diff --git a/tools/Makefile.shared b/tools/Makefile.shared index 9464a7dacd..18ecb17080 100644 --- a/tools/Makefile.shared +++ b/tools/Makefile.shared @@ -18,7 +18,7 @@ CAMLC=$(CAMLRUN) ../boot/ocamlc -nostdlib -I ../boot CAMLOPT=$(CAMLRUN) ../ocamlopt -nostdlib -I ../stdlib CAMLLEX=$(CAMLRUN) ../boot/ocamllex INCLUDES=-I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp \ - -I ../driver -I ../toplevel + -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel COMPFLAGS= -strict-sequence -w +27+32..39 -warn-error A -safe-string $(INCLUDES) LINKFLAGS=$(INCLUDES) @@ -269,7 +269,9 @@ objinfo_helper$(EXE): objinfo_helper.c ../config/s.h OBJINFO=../compilerlibs/ocamlcommon.cma \ ../compilerlibs/ocamlbytecomp.cma \ + ../compilerlibs/ocamlmiddleend.cma \ ../asmcomp/printclambda.cmo \ + ../asmcomp/export_info.cmo \ objinfo.cmo objinfo: objinfo_helper$(EXE) $(OBJINFO) -- cgit v1.2.1