File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ This file contains:
2323* Object code, which is the result of code generation.
2424 This is used during regular linking.
2525 There is a separate ` .o ` file for each [ codegen unit] .
26- The codegen step can be skipped with the [ `-C
27- linker-plugin-lto` ][linker-plugin-lto] CLI option, which means each ` .o`
28- file will only contain LLVM bitcode.
26+ The codegen step can be skipped with the [ ` -C linker-plugin-lto ` ] [ linker-plugin-lto ] CLI option,
27+ which means each ` .o ` file will only contain LLVM bitcode.
2928* [ LLVM bitcode] , which is a binary representation of LLVM's intermediate
3029 representation, which is embedded as a section in the ` .o ` files.
3130 This can be used for [ Link Time Optimization] (LTO).
You can’t perform that action at this time.
0 commit comments