File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ that has gone through a pre-link LTO pipeline). The ``.llvmbc`` section
477
477
predates FatLTO support in LLVM, and may not always contain bitcode that is
478
478
suitable for LTO (i.e. from ``-fembed-bitcode ``). The wrapper format is useful
479
479
for accommodating LTO in compilation pipelines where intermediate objects must
480
- be native object files which contain metadata in other sections.
480
+ be native object files which contain metadata in other sections.
481
481
482
482
Not all tools support this format. For example, lld and the gold plugin will
483
483
ignore the ``.llvmbc `` section when linking object files, but can use
@@ -1006,8 +1006,8 @@ number of values representing the bytes of a null-terminated string. For
1006
1006
attributes with a string argument (code 4), the *value * value is similarly a
1007
1007
variable number of values representing the bytes of a null-terminated string.
1008
1008
1009
- The integer codes are mapped to well-known attributes as described in the
1010
- enumeration in the file `LLVMBitCodes.h
1009
+ The integer codes are mapped to attributes as described in the
1010
+ `` AttributeKindCodes `` enumeration in the file `LLVMBitCodes.h
1011
1011
<https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/Bitcode/LLVMBitCodes.h> `_.
1012
1012
1013
1013
For example:
You can’t perform that action at this time.
0 commit comments