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 6459f39 commit 00aca53Copy full SHA for 00aca53
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