From 16c08ca97486f535698f1a1b17f0332bfe78e95a Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 27 Mar 2020 10:07:19 +0000 Subject: 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 --- compiler/driver/compiler_options.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'compiler/driver/compiler_options.h') diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 639c5475e8..79ba1c27c9 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -311,14 +311,6 @@ class CompilerOptions final { return force_determinism_; } - bool IsCheckLinkageConditions() const { - return check_linkage_conditions_; - } - - bool IsCrashOnLinkageViolation() const { - return crash_on_linkage_violation_; - } - bool DeduplicateCode() const { return deduplicate_code_; } @@ -439,13 +431,6 @@ class CompilerOptions final { // outcomes. bool force_determinism_; - // Whether the compiler should check for violation of the conditions required to perform AOT - // "linkage". - bool check_linkage_conditions_; - // Whether the compiler should crash when encountering a violation of one of - // the conditions required to perform AOT "linkage". - bool crash_on_linkage_violation_; - // Whether code should be deduplicated. bool deduplicate_code_; -- cgit v1.2.3-59-g8ed1b