From bb089b6bf850c87e0e42917a383cc7298dcb09c5 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 28 Jun 2018 17:30:16 +0100 Subject: Remove CompilerDriver::support_boot_image_fixup_. Check for non-PIC boot image as a testing config instead. Honor the config for HInvokeStaticOrDirect sharpening. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: I3645f4fefe322f1fd64ea88a2b41a35ceccea688 --- compiler/driver/compiler_driver.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/driver/compiler_driver.cc') diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 7c13894a2c..7e6fdaf633 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -277,7 +277,6 @@ CompilerDriver::CompilerDriver( parallel_thread_count_(thread_count), stats_(new AOTCompilationStats), compiler_context_(nullptr), - support_boot_image_fixup_(true), compiled_method_storage_(swap_fd), profile_compilation_info_(profile_compilation_info), max_arena_alloc_(0), -- cgit v1.2.3-59-g8ed1b