commit | 176362af06aa22c10c9f16886cb80dd19205e45b | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue Nov 08 11:47:50 2022 +0000 |
committer | VladimĂr Marko <vmarko@google.com> | Wed Nov 09 14:37:02 2022 +0000 |
tree | 7bc05606ae5ad7c50fcde5db1524ec5794ced555 | |
parent | 35a48ce175bacd80cae2ebb92c45a001ef25b357 [diff] [blame] |
Make compiler/utils/ symbols hidden. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: I5e39375f16e0ff1372c35fda444a4ef33bf320bf
diff --git a/compiler/utils/jni_macro_assembler.h b/compiler/utils/jni_macro_assembler.h index a91176c..79dd987 100644 --- a/compiler/utils/jni_macro_assembler.h +++ b/compiler/utils/jni_macro_assembler.h
@@ -30,7 +30,7 @@ #include "managed_register.h" #include "offsets.h" -namespace art { +namespace art HIDDEN { class ArenaAllocator; class DebugFrameOpCodeWriterForAssembler;