[libc-commits] [libc] [libc] fix HashTable warnings and build problems (PR #74371)

via libc-commits libc-commits at lists.llvm.org
Mon Dec 4 13:24:43 PST 2023


================
@@ -181,4 +181,12 @@ add_subdirectory(File)
 add_subdirectory(RPC)
 add_subdirectory(OSUtil)
 add_subdirectory(FPUtil)
-add_subdirectory(HashTable)
+
+list(FIND TARGET_ENTRYPOINT_NAME_LIST hsearch hsearch_index)
----------------
michaelrj-google wrote:

you can just put `hsearch` as a dependency of the test and it will automatically exclude it for you

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


More information about the libc-commits mailing list