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 7724540 commit d4a8498Copy full SHA for d4a8498
libc/cmake/modules/LLVMLibCLibraryRules.cmake
@@ -112,7 +112,7 @@ function(add_bitcode_entrypoint_library target_name base_target_name)
112
endforeach()
113
114
add_executable(${target_name} ${objects})
115
- target_link_options(${target_name} PRIVATE
+ target_link_options(${target_name} PRIVATE "${LIBC_COMPILE_OPTIONS_DEFAULT}"
116
"-r" "-nostdlib" "-flto" "-Wl,--lto-emit-llvm")
117
endfunction(add_bitcode_entrypoint_library)
118
0 commit comments