[all-commits] [llvm/llvm-project] 740db9: [libc][NFC] Simplify how the definiton of NULL mac...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Dec 20 11:14:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 740db97ad1613eb337ab64b482a46d34cb7846bd
https://github.com/llvm/llvm-project/commit/740db97ad1613eb337ab64b482a46d34cb7846bd
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M libc/config/gpu/api.td
M libc/config/linux/api.td
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-macros/CMakeLists.txt
A libc/include/llvm-libc-macros/null-macro.h
M libc/include/string.h.def
Log Message:
-----------
[libc][NFC] Simplify how the definiton of NULL macro is added to string.h.
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.
Reviewed By: lntue, jhuber6
Differential Revision: https://reviews.llvm.org/D140376
More information about the All-commits
mailing list