[libc-commits] [PATCH] D140376: [libc][NFC] Simplify how the definiton of NULL macro is added to string.h.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Dec 20 01:26:33 PST 2022


sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj, jhuber6.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

We do not list macro definitions in api.td files anymore. Not all macros
definitions have been moved out. This change moves the definition of the
NULL macro out.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140376

Files:
  libc/config/gpu/api.td
  libc/config/linux/api.td
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/null-macro.h
  libc/include/string.h.def

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140376.484186.patch
Type: text/x-patch
Size: 2922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221220/a614f4f8/attachment.bin>


More information about the libc-commits mailing list