[clang][docs] Remove an unnecessary space
This commit is contained in:
parent
799b6b9f31
commit
2a0919b965
|
@ -365,7 +365,7 @@ output format of the diagnostics that it generates.
|
|||
* ``clang -fsave-optimization-record -c in.c -o out.o`` will generate
|
||||
``out.opt.yaml``
|
||||
|
||||
* ``clang -fsave-optimization-record -c in.c `` will generate
|
||||
* ``clang -fsave-optimization-record -c in.c`` will generate
|
||||
``in.opt.yaml``
|
||||
|
||||
When targeting (Thin)LTO, the base is derived from the output filename, and
|
||||
|
|
Loading…
Reference in New Issue