summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.cc
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2020-03-24 22:02:57 +0000
committerDavid Sehr <sehr@google.com>2020-03-26 20:38:09 +0000
commit80c0c50de048da458c707adde5b0499d75f8253a (patch)
treea8e5c0bda491c4e84b37fd483694fe9ab65766fb /compiler/driver/compiler_options.cc
parent379503d0a12d4e22f0c04b4e7f295bfb9f6349fd (diff)
Revert "Revert "Add "linkage" test options""
This reverts commit 91a8e6f60c508c6e010b6ef8e4056e3a6f04c447. Reason for revert: Moved tests to gtest and under compilation only. Change-Id: I60899694946353bfcd334473c20bb17c84f095e0 Bug: none Test: make test-art-host-gtest-dex2oat_test
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r--compiler/driver/compiler_options.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc
index cde6ae9330..5681134666 100644
--- a/compiler/driver/compiler_options.cc
+++ b/compiler/driver/compiler_options.cc
@@ -73,6 +73,8 @@ CompilerOptions::CompilerOptions()
dump_cfg_file_name_(""),
dump_cfg_append_(false),
force_determinism_(false),
+ check_linkage_conditions_(false),
+ crash_on_linkage_violation_(false),
deduplicate_code_(true),
count_hotness_in_compiled_code_(false),
resolve_startup_const_strings_(false),