Skip to content
Snippets Groups Projects
Commit f0ed39dc authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Fixing sphinx build due to diagnostic:

/opt/llvm/build.attributes.src/tools/clang/docs/CommandGuide/clang.rst:338: WARNING: unknown option: -flto=full

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282148 91177308-0d34-0410-b5e6-96231b3b80d8
parent 3a0a03eb
No related branches found
No related tags found
No related merge requests found
...@@ -328,7 +328,7 @@ Code Generation Options ...@@ -328,7 +328,7 @@ Code Generation Options
model can be overridden with the tls_model attribute. The compiler will try model can be overridden with the tls_model attribute. The compiler will try
to choose a more efficient model if possible. to choose a more efficient model if possible.
.. option:: -flto[=full,thin], -emit-llvm .. option:: -flto, -flto=full, -flto=thin, -emit-llvm
Generate output files in LLVM formats, suitable for link time optimization. Generate output files in LLVM formats, suitable for link time optimization.
When used with :option:`-S` this generates LLVM intermediate language When used with :option:`-S` this generates LLVM intermediate language
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment