diff options
| author | 2015-11-25 17:05:40 +0000 | |
|---|---|---|
| committer | 2015-11-25 17:05:40 +0000 | |
| commit | 92e997d1e6fc0774c177b490619f9acdf97a5bb7 (patch) | |
| tree | 93279a55e4580eb093bd2caf132a8ba335e86029 /compiler/common_compiler_test.h | |
| parent | e8bc4ec44a855b2e4174ba3e0efd9b59c52064e4 (diff) | |
| parent | 22ccc3a93d32fa6991535eaebb17daf5abaf4ebf (diff) | |
Merge "ARM64 read barrier support for concurrent GC in Optimizing."
Diffstat (limited to 'compiler/common_compiler_test.h')
| -rw-r--r-- | compiler/common_compiler_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 7b0e5af246..1b57b7d1d2 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -128,6 +128,7 @@ class CommonCompilerTest : public CommonRuntimeTest { #define TEST_DISABLED_FOR_READ_BARRIER_WITH_OPTIMIZING_FOR_UNSUPPORTED_INSTRUCTION_SETS() \ if (kUseReadBarrier && GetCompilerKind() == Compiler::kOptimizing) { \ switch (GetInstructionSet()) { \ + case kArm64: \ case kThumb2: \ case kX86: \ case kX86_64: \ |