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/stack_checks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler/utils/stack_checks.h') diff --git a/compiler/utils/stack_checks.h b/compiler/utils/stack_checks.h index c348f2c8ee..d0fff73df3 100644 --- a/compiler/utils/stack_checks.h +++ b/compiler/utils/stack_checks.h @@ -18,8 +18,9 @@ #define ART_COMPILER_UTILS_STACK_CHECKS_H_ #include "arch/instruction_set.h" +#include "base/macros.h" -namespace art { +namespace art HIDDEN { // Size of a frame that we definitely consider large. Anything larger than this should // definitely get a stack overflow check. -- cgit v1.2.3-59-g8ed1b