diff options
author | 2016-02-17 17:46:30 +0000 | |
---|---|---|
committer | 2016-02-17 17:46:31 +0000 | |
commit | f0b04803ec4cdd8d76aadb6f02ae2511c46b20b5 (patch) | |
tree | 90390c57c73168102a2c1aaa3c6d828115e33b17 /compiler/linker/relative_patcher_test.h | |
parent | 9ee1f0c6a67729cabcf3697fc68fe4e98da55f64 (diff) | |
parent | 45724f9a0cc38dbb3071beb3eeab96499868b49c (diff) |
Merge "Revert "Allow method references across oat files for multi-image.""
Diffstat (limited to 'compiler/linker/relative_patcher_test.h')
-rw-r--r-- | compiler/linker/relative_patcher_test.h | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/compiler/linker/relative_patcher_test.h b/compiler/linker/relative_patcher_test.h index 8bff41c976..bf8e786f64 100644 --- a/compiler/linker/relative_patcher_test.h +++ b/compiler/linker/relative_patcher_test.h @@ -44,22 +44,10 @@ class RelativePatcherTest : public testing::Test { : compiler_options_(), verification_results_(&compiler_options_), inliner_map_(), - driver_(&compiler_options_, - &verification_results_, - &inliner_map_, - Compiler::kQuick, - instruction_set, - /* instruction_set_features*/ nullptr, - /* boot_image */ false, - /* image_classes */ nullptr, - /* compiled_classes */ nullptr, - /* compiled_methods */ nullptr, - /* thread_count */ 1u, - /* dump_stats */ false, - /* dump_passes */ false, - /* timer */ nullptr, - /* swap_fd */ -1, - /* profile_compilation_info */ nullptr), + driver_(&compiler_options_, &verification_results_, &inliner_map_, + Compiler::kQuick, instruction_set, nullptr, + false, nullptr, nullptr, nullptr, 1u, + false, false, nullptr, -1, nullptr, nullptr), error_msg_(), instruction_set_(instruction_set), features_(InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg_)), |