[libc-commits] [libc] [libc] Update C symbols aliasing function declarations. (PR #77034)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Fri Jan 5 09:18:35 PST 2024
================
@@ -20,6 +20,12 @@
#define LLVM_LIBC_FUNCTION_ATTR
#endif
+#if defined(LIBC_COPT_PUBLIC_PACKAGING)
----------------
nickdesaulniers wrote:
If there's only 1 expression, prefer `ifdef` over `if defined`.
https://github.com/llvm/llvm-project/pull/77034
More information about the libc-commits
mailing list