[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:01:11 PST 2024


================
@@ -1,9 +1,16 @@
+set(full_build_flag "")
+if(LLVM_LIBC_FULL_BUILD)
+  set(full_build_flag "-DLIBC_FULL_BUILD")
+endif()
----------------
lntue wrote:

Added comments to explain the reason.

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


More information about the libc-commits mailing list