[libc-commits] [libc] [llvm] [libc] Allow each function can have extra attributes by defining LLVM_LIBC_FUNCTION_ATTR_func macro. (PR #116160)
via libc-commits
libc-commits at lists.llvm.org
Wed Nov 20 10:14:49 PST 2024
================
@@ -59,7 +59,7 @@ def libc_function(
srcs,
weak = False,
copts = None,
- local_defines = None,
+ local_defines = [],
----------------
lntue wrote:
Let me just keep it here for now in this PR, and leave the clean up work of bazel build for later when we refactor the bazel builds.
https://github.com/llvm/llvm-project/pull/116160
More information about the libc-commits
mailing list