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

Arthur Eubanks via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 19 08:54:51 PDT 2023


aeubanks wrote:

> Are there interactions between `optdebug` and other attributes that should be enforced by the verifier? Like, can't be mixed with `optnone`?

+1, this is basically "I want `-O1`" vs "I want `-O0`" so they must conflict

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


More information about the cfe-commits mailing list