[libc] Output all headers with LIBC_CONF_OUTPUT_ALL_HEADERS (#144114)
Following discussion from https://discourse.llvm.org/t/missing-declarations-in-header-files/86678, we decided to add a flag to output all headers. Requires #144049. - Allows outputting all headers - Minor whitespace change for alignment --------- Co-authored-by: Michael Jones <michaelrj@google.com>
This commit is contained in:
@@ -35,7 +35,7 @@ function(add_unittest_framework_library name)
|
||||
else()
|
||||
_get_common_test_compile_options(compile_options "" "")
|
||||
target_compile_options(${name}.unit PRIVATE ${compile_options})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
_get_hermetic_test_compile_options(compile_options "")
|
||||
target_include_directories(${name}.hermetic PRIVATE ${LIBC_INCLUDE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user