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 bce52e3 commit 10dceb4Copy full SHA for 10dceb4
llvm/cmake/modules/AddLLVM.cmake
@@ -1641,7 +1641,6 @@ function(add_unittest test_suite test_name)
1641
# When using FatLTO, just use relocatable linking.
1642
set_property(TARGET ${test_name} APPEND_STRING PROPERTY
1643
LINK_FLAGS " -Wl,--no-fat-lto-objects")
1644
- set_property(TARGET ${test_name} APPEND_STRING PROPERTY COMPILE_FLAGS " -fno-lto")
1645
else()
1646
1647
LINK_FLAGS " -Wl,--lto-O0")
0 commit comments