[clang] [LLVM] Add new attribute `optdebug` to optimize for debugging (PR #66632)

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 12 10:48:32 PDT 2023


================
@@ -1085,6 +1085,7 @@ The integer codes are mapped to well-known attributes as follows.
 * code 77: ``elementtype``
 * code 78: ``disable_sanitizer_instrumentation``
 * code 79: ``nosanitize_bounds``
+* code 88: ``optdebug``
----------------
dwblaikie wrote:

This could/should be committed separately/before this change - since it's fixing an existing documentation problem, not directly related to the patch adding optdebug (eg: if we need to revert the optdebug patch for any reason, we wouldn't want to lose this work)

https://github.com/llvm/llvm-project/pull/66632


More information about the cfe-commits mailing list