[libc-commits] [libc] [libc] fix HashTable warnings and build problems (PR #74371)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Dec 4 13:21:44 PST 2023
================
@@ -181,4 +181,12 @@ add_subdirectory(File)
add_subdirectory(RPC)
add_subdirectory(OSUtil)
add_subdirectory(FPUtil)
-add_subdirectory(HashTable)
+
----------------
jhuber6 wrote:
The tests are build after all the sources right? It should be easier to just check the target like `if(TARGET libc.src.<whatever>.hsearch)`
https://github.com/llvm/llvm-project/pull/74371
More information about the libc-commits
mailing list