summaryrefslogtreecommitdiff
path: root/compiler/utils/x86/assembler_x86.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2022-11-08 11:47:50 +0000
committer VladimĂ­r Marko <vmarko@google.com> 2022-11-09 14:37:02 +0000
commit176362af06aa22c10c9f16886cb80dd19205e45b (patch)
tree7bc05606ae5ad7c50fcde5db1524ec5794ced555 /compiler/utils/x86/assembler_x86.h
parent35a48ce175bacd80cae2ebb92c45a001ef25b357 (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.h')
-rw-r--r--compiler/utils/x86/assembler_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/x86/assembler_x86.h b/compiler/utils/x86/assembler_x86.h
index c346ba9235..0f7854dc5c 100644
--- a/compiler/utils/x86/assembler_x86.h
+++ b/compiler/utils/x86/assembler_x86.h
@@ -32,7 +32,7 @@
#include "offsets.h"
#include "utils/assembler.h"
-namespace art {
+namespace art HIDDEN {
namespace x86 {
class Immediate : public ValueObject {