[libc-commits] [libc] [llvm] [RFC][libc] Codify header inclusion policy (PR #87017)

via libc-commits libc-commits at lists.llvm.org
Fri Mar 29 09:07:04 PDT 2024


================
@@ -43,6 +43,7 @@ function(_get_common_compile_options output_var flags)
     list(APPEND compile_options "-fpie")
 
     if(LLVM_LIBC_FULL_BUILD)
+      list(APPEND compile_options "-DLIBC_FULL_BUILD")
----------------
lntue wrote:

Currently, the default state is overlay mode, and probably we won't be able to change the default until our implementation is complete enough, and most of our downstream users switch to full build mode.

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


More information about the libc-commits mailing list