[llvm] [NFC] Remove explicit bitcode enumeration from BitCodeFormat.rst (PR #102618)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 06:51:09 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
+enumeration in the file `LLVMBitCodes.h
----------------
nikic wrote:
I'd say `the AttributeKindCodes enumeration` here.
https://github.com/llvm/llvm-project/pull/102618
More information about the llvm-commits
mailing list