summaryrefslogtreecommitdiffstats
path: root/compiler/common_compiler_test.h
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-04-02 14:55:49 -0700
committerIan Rogers <irogers@google.com>2014-04-02 14:55:49 -0700
commit8afeb85d3def12b559b7565fb6d3956f81b55132 (patch)
tree60ac7c63d7adba0dc117ac88dd98cc97a879e0ca /compiler/common_compiler_test.h
parent0807e7bbbafc4b4e8e7fb1d2d54fbcb011c05c82 (diff)
downloadandroid_art-8afeb85d3def12b559b7565fb6d3956f81b55132.tar.gz
android_art-8afeb85d3def12b559b7565fb6d3956f81b55132.tar.bz2
android_art-8afeb85d3def12b559b7565fb6d3956f81b55132.zip
Pass instruction-set from runtime through to spawned dex2oat.
Change-Id: I1727af7beb9f710c29124d4d6bc9175e4856f3cc
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r--compiler/common_compiler_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h
index 6aa85d40de..9a21da070a 100644
--- a/compiler/common_compiler_test.h
+++ b/compiler/common_compiler_test.h
@@ -291,7 +291,7 @@ class CommonCompilerTest : public CommonRuntimeTest {
// Take the default set of instruction features from the build.
InstructionSetFeatures instruction_set_features =
- ParseFeatureList(STRINGIFY(ART_DEFAULT_INSTRUCTION_SET_FEATURES));
+ ParseFeatureList(Runtime::GetDefaultInstructionSetFeatures());
#if defined(__arm__)
instruction_set = kThumb2;