summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2020-03-27 10:07:19 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2020-03-27 10:07:40 +0000
commit16c08ca97486f535698f1a1b17f0332bfe78e95a (patch)
tree81dc1613d8751db5e9c73031bdfe9725c361778c /compiler/driver/compiler_options.cc
parent133987d8e3387395943f33ecc467ba0dbfed77e6 (diff)
Revert "Revert "Revert "Add "linkage" test options"""
This reverts commit 80c0c50de048da458c707adde5b0499d75f8253a. Reason for revert: Test fails on device: https://ci.chromium.org/p/art/builders/ci/angler-armv8-ndebug/1306? Change-Id: I19e9b9e24023b2d7b6b86114c7a9e4018f65b2b8
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r--compiler/driver/compiler_options.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc
index 5681134666..cde6ae9330 100644
--- a/compiler/driver/compiler_options.cc
+++ b/compiler/driver/compiler_options.cc
@@ -73,8 +73,6 @@ 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),