diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2020-03-23 08:34:15 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2020-03-23 08:34:15 +0000 |
commit | 91a8e6f60c508c6e010b6ef8e4056e3a6f04c447 (patch) | |
tree | 42372667d930c57ef3384c1c4981fb5c1591ef8b /compiler/driver/compiler_options.cc | |
parent | 873bb64b8815b3f6a350ce109eb54ec770369d22 (diff) |
Revert "Add "linkage" test options"
This reverts commit 873bb64b8815b3f6a350ce109eb54ec770369d22.
Reason for revert: Test in CL fails on device, see:
https://ci.chromium.org/p/art/builders/ci/angler-armv7-ndebug/1302?
Change-Id: I18d8204f40bbc0f89eb230656e14966035b0b1c3
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r-- | compiler/driver/compiler_options.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc index f4189e27b7..cde6ae9330 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -73,7 +73,6 @@ CompilerOptions::CompilerOptions() dump_cfg_file_name_(""), dump_cfg_append_(false), force_determinism_(false), - crash_on_linkage_violation_(false), deduplicate_code_(true), count_hotness_in_compiled_code_(false), resolve_startup_const_strings_(false), |