From 176362af06aa22c10c9f16886cb80dd19205e45b Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 8 Nov 2022 11:47:50 +0000 Subject: Make compiler/utils/ symbols hidden. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: I5e39375f16e0ff1372c35fda444a4ef33bf320bf --- compiler/utils/x86/assembler_x86.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils/x86/assembler_x86.cc') 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) { -- cgit v1.2.3-59-g8ed1b