diff options
author | 2025-01-14 01:40:41 -0800 | |
---|---|---|
committer | 2025-01-24 07:10:00 -0800 | |
commit | 39d441a04d4f40a78e6b14316eee6ea86bc8cc20 (patch) | |
tree | c60a67f0ff4d9c2276d8751ec6144d6dfa9f7226 /compiler/optimizing/optimizing_compiler.cc | |
parent | ff0184c6afa5d8faab4f1d76a85b7dd7829754e7 (diff) |
Simplify Buffer Handling in Non-Linux Platforms
This change removes unnecessary buffer operations for non-Linux
platforms by directly returning string literals without allocating or
copying into a buffer. On Linux platforms, the buffer (buf) remains
defined and unchanged.
The update ensures consistency while simplifying the code and
eliminating redundant logic.
Change-Id: I3fa7d73c88ba7411378411c7146f1966ae203008
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.cc')
0 files changed, 0 insertions, 0 deletions