diff options
Diffstat (limited to 'compiler/optimizing/intrinsic_objects.h')
-rw-r--r-- | compiler/optimizing/intrinsic_objects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/intrinsic_objects.h b/compiler/optimizing/intrinsic_objects.h index ed764bd4b2..e197e01a1a 100644 --- a/compiler/optimizing/intrinsic_objects.h +++ b/compiler/optimizing/intrinsic_objects.h @@ -21,6 +21,8 @@ #include "base/bit_utils.h" #include "base/mutex.h" +// TODO(b/142365358): Mark namespace as HIDDEN and functions used by dex2oat with EXPORT. +// Refactor the code to reduce the number of functions needed by dex2oat. namespace art { class ClassLinker; |