diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2016-01-18 12:56:06 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2016-01-18 12:56:06 +0000 |
commit | c903b6af634927479915eaa9516d493eea23f911 (patch) | |
tree | d14d0e2f323516ffac38baba7be4dce320fd772b /compiler/common_compiler_test.cc | |
parent | b8bb9f6d0b59be125066f604f134155f8998f5ae (diff) |
Move --dump-cfg and dump-cfg-append to CompilerOptions.
It simplifies passing the option to the JIT.
Change-Id: Iee1b722362899e5809ef97be90961e3dda1e16cc
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index b5fd1e074f..9594dce029 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -204,8 +204,6 @@ void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind, InstructionSe 2, true, true, - "", - false, timer_.get(), -1, /* dex_to_oat_map */ nullptr, |