diff options
author | Calin Juravle <calin@google.com> | 2015-08-24 15:34:44 +0100 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2015-09-15 15:02:18 +0100 |
commit | 87000a948524cba7538ccc5438f6a9ecbd4e347e (patch) | |
tree | 3cf06ec6a939c31540ed5d7028aa0c0838329cc2 /compiler/common_compiler_test.cc | |
parent | b505997b2176bd29a108cb6c33d06d4ef29ba001 (diff) |
Add option to append to the cfg dump.
This makes life easier when verifying tests with unresolved classes
(which call dex2oat at rutime).
Change-Id: I7985b2b7c0f343462e03a26b8395297c810b1d95
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 4b6788429a..1727657d58 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -192,7 +192,7 @@ void CommonCompilerTest::SetUp() { GetImageClasses(), GetCompiledClasses(), GetCompiledMethods(), - 2, true, true, "", timer_.get(), -1, "")); + 2, true, true, "", false, timer_.get(), -1, "")); } // We typically don't generate an image in unit tests, disable this optimization by default. compiler_driver_->SetSupportBootImageFixup(false); |