diff options
author | 2018-06-28 17:30:16 +0100 | |
---|---|---|
committer | 2018-06-28 17:55:01 +0100 | |
commit | bb089b6bf850c87e0e42917a383cc7298dcb09c5 (patch) | |
tree | 9076775ab1a00bf7321a6b4a457ddd81f20c10c1 /compiler/jit/jit_compiler.cc | |
parent | b5271dd44a30f498689e503340d3c8d01bf31f07 (diff) |
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
Diffstat (limited to 'compiler/jit/jit_compiler.cc')
-rw-r--r-- | compiler/jit/jit_compiler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/jit/jit_compiler.cc b/compiler/jit/jit_compiler.cc index d7bd828f80..a881c5ec98 100644 --- a/compiler/jit/jit_compiler.cc +++ b/compiler/jit/jit_compiler.cc @@ -155,7 +155,6 @@ JitCompiler::JitCompiler() { /* profile_compilation_info */ nullptr)); // Disable dedupe so we can remove compiled methods. compiler_driver_->SetDedupeEnabled(false); - compiler_driver_->SetSupportBootImageFixup(false); size_t thread_count = compiler_driver_->GetThreadCount(); if (compiler_options_->GetGenerateDebugInfo()) { |