[runtime] Update the offsets tool to a new version of CppSharp and use 64 bit binarie...
authorZoltan Varga <vargaz@gmail.com>
Fri, 7 Apr 2017 01:09:17 +0000 (21:09 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 01:09:17 +0000 (21:09 -0400)
tools/offsets-tool/Makefile
tools/offsets-tool/MonoAotOffsetsDumper.cs

index 4869bf291724bf41151719a4ca70023d19843e7b..c974d0364aee48fc1e20e8d8a67c82b445c4403e 100644 (file)
@@ -20,7 +20,7 @@ else
        endif
        ifeq ($(UNAME_S),Darwin)
                CPPSHARP_OS=osx
-               CPPSHARP_ARCH=32
+               CPPSHARP_ARCH=64
        endif
 endif
 
@@ -36,7 +36,7 @@ SRC_ROOT = ../..
 
 MONO_OPTIONS_SRC = $(SRC_ROOT)/mcs/class/Mono.Options/Mono.Options/Options.cs
 
-HASH=60f763a9
+HASH=9dc880dd
 .stamp-clone-$(HASH):
        rm -Rf $(CPPSHARP_BASE_DIR)
        git clone -b $(HASH) --depth 1 git://github.com/xamarin/CppSharpBinaries.git $(CPPSHARP_BASE_DIR) && touch $@
@@ -62,4 +62,4 @@ update:
 gen-proj:
        $(CPPSHARP_DIR)/premake5 vs2012
 
-all: MonoAotOffsetsDumper.exe
\ No newline at end of file
+all: MonoAotOffsetsDumper.exe
index f167566eef3609d121bcb9ebcc3ac6cf0d860d85..54016f99faabf8b5b3d422139a4207878a9c8a82 100644 (file)
@@ -219,8 +219,7 @@ namespace CppSharp
 
                 var options = new DriverOptions();
 
-                var log = new TextDiagnosticPrinter();
-                var driver = new Driver(options, log);
+                var driver = new Driver(options);
 
                 Setup(driver, target);
                 driver.Setup();