Skip to content

Commit e3f184e

Browse files
committed
Get rid of 'well-known' add attribute name
1 parent 4426723 commit e3f184e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/BitCodeFormat.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ that has gone through a pre-link LTO pipeline). The ``.llvmbc`` section
477477
predates FatLTO support in LLVM, and may not always contain bitcode that is
478478
suitable for LTO (i.e. from ``-fembed-bitcode``). The wrapper format is useful
479479
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.
481481

482482
Not all tools support this format. For example, lld and the gold plugin will
483483
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
10061006
attributes with a string argument (code 4), the *value* value is similarly a
10071007
variable number of values representing the bytes of a null-terminated string.
10081008

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
10111011
<https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/Bitcode/LLVMBitCodes.h>`_.
10121012

10131013
For example:

0 commit comments

Comments
 (0)