mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
Third attempt to fix Sphinx bot
Bot now complaining about -flto=thin reference, used similar workaround for that failure. llvm-svn: 282154
This commit is contained in:
@@ -338,7 +338,7 @@ Code Generation Options
|
||||
The default for :option:`-flto` is "full", in which the
|
||||
LLVM bitcode is suitable for monolithic Link Time Optimization (LTO), where
|
||||
the linker merges all such modules into a single combined module for
|
||||
optimization. With :option:`-flto=thin`, :doc:`ThinLTO <../ThinLTO>`
|
||||
optimization. With "thin", :doc:`ThinLTO <../ThinLTO>`
|
||||
compilation is invoked instead.
|
||||
|
||||
Driver Options
|
||||
|
||||
Reference in New Issue
Block a user