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/assembler_test_base.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler/utils/assembler_test_base.h') diff --git a/compiler/utils/assembler_test_base.h b/compiler/utils/assembler_test_base.h index de19d660a7..a342d9a46a 100644 --- a/compiler/utils/assembler_test_base.h +++ b/compiler/utils/assembler_test_base.h @@ -26,6 +26,7 @@ #include "android-base/strings.h" +#include "base/macros.h" #include "base/os.h" #include "base/utils.h" #include "common_runtime_test.h" // For ScratchDir. @@ -34,7 +35,7 @@ #include "exec_utils.h" #include "stream/file_output_stream.h" -namespace art { +namespace art HIDDEN { // If you want to take a look at the differences between the ART assembler and clang, // set this flag to true. The disassembled files will then remain in the tmp directory. -- cgit v1.2.3-59-g8ed1b