[libc-commits] [libc] [libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (PR #73469)

via libc-commits libc-commits at lists.llvm.org
Tue Nov 28 10:04:05 PST 2023


================
@@ -497,6 +497,14 @@ if(LLVM_LIBC_FULL_BUILD)
     libc.src.spawn.posix_spawn_file_actions_destroy
     libc.src.spawn.posix_spawn_file_actions_init
 
+    # search.h entrypoints
----------------
lntue wrote:

The only thing that requires `FULL_BUILD` is the generated headers that these entrypoints depend on.  But if they match with the system headers, then it's probably fine with the overlay mode.  You could try to clean, rebuild, and test these entrypoints in overlay mode to see if `FULL_BUILD` is needed.

https://github.com/llvm/llvm-project/pull/73469


More information about the libc-commits mailing list