commit | 176362af06aa22c10c9f16886cb80dd19205e45b | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue Nov 08 11:47:50 2022 +0000 |
committer | VladimĂr Marko <vmarko@google.com> | Wed Nov 09 14:37:02 2022 +0000 |
tree | 7bc05606ae5ad7c50fcde5db1524ec5794ced555 | |
parent | 35a48ce175bacd80cae2ebb92c45a001ef25b357 [diff] [blame] |
Make compiler/utils/ symbols hidden. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: I5e39375f16e0ff1372c35fda444a4ef33bf320bf
diff --git a/compiler/utils/x86/jni_macro_assembler_x86.cc b/compiler/utils/x86/jni_macro_assembler_x86.cc index a1c874e..7bb167c 100644 --- a/compiler/utils/x86/jni_macro_assembler_x86.cc +++ b/compiler/utils/x86/jni_macro_assembler_x86.cc
@@ -22,7 +22,7 @@ #include "thread.h" #include "utils/assembler.h" -namespace art { +namespace art HIDDEN { namespace x86 { static Register GetScratchRegister() {