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

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Mar 28 16:00:06 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")
----------------
michaelrj-google wrote:

do we want the default state if the user doesn't set any build flags to be fullbuild or overlay?

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


More information about the libc-commits mailing list