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

Arthur Eubanks via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 09:54:29 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``
----------------
aeubanks wrote:

if you're going to update this, can you first add the attributes in between?

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


More information about the cfe-commits mailing list