[llvm] [NFC] Remove explicit bitcode enumeration from BitCodeFormat.rst (PR #102618)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 08:34:10 PDT 2024
================
@@ -1006,93 +1006,29 @@ number of values representing the bytes of a null-terminated string. For
attributes with a string argument (code 4), the *value* value is similarly a
variable number of values representing the bytes of a null-terminated string.
-The integer codes are mapped to well-known attributes as follows.
+The integer codes are mapped to well-known attributes as described in the
----------------
SLTozer wrote:
```suggestion
The integer codes are mapped to attributes as described in the
```
While we're looking at this, what does "well-known" mean in this context?
https://github.com/llvm/llvm-project/pull/102618
More information about the llvm-commits
mailing list