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

Stephen Tozer via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 08:32:27 PDT 2023


SLTozer wrote:

Making this attribute mutually exclusive with `optdebug` and `optsize` is fine with me - as a question for the esteemed reviewers of this patch, would it be preferred to add this exclusivity and associated verifier checks in a separate patch, or as part of this patch?

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


More information about the cfe-commits mailing list