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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler/utils/assembler_test.h') diff --git a/compiler/utils/assembler_test.h b/compiler/utils/assembler_test.h index 09146ea428..d03e5a7abc 100644 --- a/compiler/utils/assembler_test.h +++ b/compiler/utils/assembler_test.h @@ -26,11 +26,12 @@ #include #include +#include "base/macros.h" #include "base/malloc_arena_pool.h" #include "assembler_test_base.h" #include "common_runtime_test.h" // For ScratchFile -namespace art { +namespace art HIDDEN { // Helper for a constexpr string length. constexpr size_t ConstexprStrLen(char const* str, size_t count = 0) { -- cgit v1.2.3-59-g8ed1b