[llvm] [NFC] Remove explicit bitcode enumeration from BitCodeFormat.rst (PR #102618)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 08:37:47 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
----------------
cjappl wrote:
Excellent question, I was just preserving the existing adjective but I agree it's unclear. I'll defer to someone with better knowledge of the area, I am happy to remove it if there is agreement.
https://github.com/llvm/llvm-project/pull/102618
More information about the llvm-commits
mailing list