diff options
author | 2024-03-08 15:19:24 +0000 | |
---|---|---|
committer | 2024-03-11 09:52:35 +0000 | |
commit | f4034625860d2070e6902db82830120b16ed6402 (patch) | |
tree | 3f058ed5ae10f6e113ea24ce746cc817b084a512 /compiler/common_compiler_test.h | |
parent | edf5e48a22fa5094883275d2f924d7ffedcf2cb6 (diff) |
Revert^2 "Remove Compiler::Kind"
This reverts commit f66031b556c386f582eab39b5c616104d77fc375.
Reason for revert: The original CL got reverted due to a conflict with
aosp/2919307. That other CL got reverted so we can reland as-is.
Bug: 289199192
Change-Id: Ibe75708b00eac32210ac37655fc16e6ee6880368
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r-- | compiler/common_compiler_test.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 9b49c93ea6..2a1c2d21f1 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -60,9 +60,6 @@ class EXPORT CommonCompilerTestImpl { void SetUpRuntimeOptionsImpl(); - Compiler::Kind GetCompilerKind() const; - void SetCompilerKind(Compiler::Kind compiler_kind); - virtual CompilerFilter::Filter GetCompilerFilter() const { return CompilerFilter::kDefaultCompilerFilter; } @@ -76,8 +73,6 @@ class EXPORT CommonCompilerTestImpl { void ClearBootImageOption(); - Compiler::Kind compiler_kind_ = Compiler::kOptimizing; - InstructionSet instruction_set_ = (kRuntimeISA == InstructionSet::kArm) ? InstructionSet::kThumb2 : kRuntimeISA; // Take the default set of instruction features from the build. |