We define LIBC_INLINE to include [[clang::internal_linkage]], and these
must appear before other specifiers. Additionally, there was also a
missing cast that was causing warnings.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D152865
[libc][NFC] Fix some issues with LIBC_INLINE ClosedPublic Authored by abrachet on Jun 13 2023, 3:40 PM.
Details Summary We define LIBC_INLINE to include [[clang::internal_linkage]], and these
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 14 2023, 1:27 AM This revision was landed with ongoing or failed builds.Jun 14 2023, 7:09 AM Closed by commit rG10e7b451ada5: [libc][NFC] Fix some issues with LIBC_INLINE (authored by abrachet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 531095 libc/src/string/memory_utils/op_generic.h
libc/src/string/memory_utils/op_x86.h
|