[libc-commits] [libc] [libc] Use `LIBC_COPT_PUBLIC_PACKAGING` for hermetic and integration tests. (PR #79319)

via libc-commits libc-commits at lists.llvm.org
Fri Jan 26 08:00:16 PST 2024


================
@@ -18,6 +18,11 @@ function(add_unittest_framework_library name)
     set(library_type STATIC)
   endif()
 
+  set(clock_target "")
+  if(TARGET libc.src.time.clock)
+    set(clock_target libc.src.time.clock)
+  endif()
----------------
lntue wrote:

Done.

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


More information about the libc-commits mailing list