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.
2 parents af28ad5 + 00aca53 commit c014f40Copy full SHA for c014f40
flang-rt/cmake/modules/HandleLibs.cmake
@@ -45,8 +45,6 @@ elseif (FLANG_RT_LIBCXX_PROVIDER STREQUAL "llvm")
45
endif ()
46
47
if (FLANG_RT_HAS_STDLIB_FLAG)
48
- target_compile_options(flang-rt-libc-headers INTERFACE
49
- $<$<COMPILE_LANGUAGE:CXX,C>:$<COMPILE_ONLY:-stdlib=libc++>>
50
- )
+ target_compile_options(flang-rt-libc-headers INTERFACE $<$<COMPILE_LANGUAGE:CXX,C>:-stdlib=libc++>)
51
52
0 commit comments