diff options
author | 2022-11-08 11:47:50 +0000 | |
---|---|---|
committer | 2022-11-09 14:37:02 +0000 | |
commit | 176362af06aa22c10c9f16886cb80dd19205e45b (patch) | |
tree | 7bc05606ae5ad7c50fcde5db1524ec5794ced555 /compiler/utils/x86/assembler_x86.cc | |
parent | 35a48ce175bacd80cae2ebb92c45a001ef25b357 (diff) |
Make compiler/utils/ symbols hidden.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Change-Id: I5e39375f16e0ff1372c35fda444a4ef33bf320bf
Diffstat (limited to 'compiler/utils/x86/assembler_x86.cc')
-rw-r--r-- | compiler/utils/x86/assembler_x86.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/x86/assembler_x86.cc b/compiler/utils/x86/assembler_x86.cc index 861b27e6af..a6b90114b2 100644 --- a/compiler/utils/x86/assembler_x86.cc +++ b/compiler/utils/x86/assembler_x86.cc @@ -21,7 +21,7 @@ #include "entrypoints/quick/quick_entrypoints.h" #include "thread.h" -namespace art { +namespace art HIDDEN { namespace x86 { std::ostream& operator<<(std::ostream& os, const XmmRegister& reg) { |