summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-10-20 15:38:14 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-10-20 15:38:14 +0000
commit2f707787e60d74a187c570d6b47a5a14036e09ba (patch)
tree7e50caf2df0ce6556585a21c044572f4d2f7ed61 /compiler/driver/compiler_options.cc
parent71ae03b7a56ddb9c45e3a7edd690fe919af9f17a (diff)
parentf39208f6787928151153795a3cdae28cba964df6 (diff)
Merge "ART: Add abort-on-soft-verifier-error"
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r--compiler/driver/compiler_options.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc
index b6cedff28a..f789314114 100644
--- a/compiler/driver/compiler_options.cc
+++ b/compiler/driver/compiler_options.cc
@@ -51,6 +51,7 @@ CompilerOptions::CompilerOptions()
compile_pic_(false),
verbose_methods_(),
abort_on_hard_verifier_failure_(false),
+ abort_on_soft_verifier_failure_(false),
init_failure_output_(nullptr),
dump_cfg_file_name_(""),
dump_cfg_append_(false),