Skip to content

Commit caafc24

Browse files
committed
link text spanning separate lines is awkward
1 parent 09862a7 commit caafc24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/libs-and-metadata.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)