We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be3cac commit 89b3758Copy full SHA for 89b3758
runtimes/cmake/Modules/HandleLibC.cmake
@@ -30,6 +30,7 @@ elseif (RUNTIMES_USE_LIBC STREQUAL "llvm-libc")
30
check_cxx_compiler_flag(-nostdlibinc CXX_SUPPORTS_NOSTDLIBINC_FLAG)
31
if(CXX_SUPPORTS_NOSTDLIBINC_FLAG)
32
target_compile_options(runtimes-libc-headers INTERFACE "-nostdlibinc")
33
+ target_compile_options(runtimes-libc-headers INTERFACE "-idirafter${LIBC_KERNEL_HEADERS}")
34
endif()
35
36
add_library(runtimes-libc-static INTERFACE)
0 commit comments