summaryrefslogtreecommitdiff
path: root/compiler/linker
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2016-02-17 17:46:10 +0000
committer Vladimir Marko <vmarko@google.com> 2016-02-17 17:46:10 +0000
commit45724f9a0cc38dbb3071beb3eeab96499868b49c (patch)
treeecbe2d8109125de2031af7ac4e0f4fc03a3b6d12 /compiler/linker
parent6065402316da2b51eed5fc34cffbd991766bd408 (diff)
Revert "Allow method references across oat files for multi-image."
Breaks Quick tests. This reverts commit 6065402316da2b51eed5fc34cffbd991766bd408. Change-Id: I8a5469ba7cea5f46b85cb489b3e0ef06ed548f03
Diffstat (limited to 'compiler/linker')
-rw-r--r--compiler/linker/relative_patcher_test.h20
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_)),