[compiler-rt] [asan] Fix asan_new_delete.cpp C++ header resolution under -nostdinc++ (PR #202816)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 23:10:38 PDT 2026
thurstond wrote:
@scsiguy Since you already have this fix-forward ready, I've requested the reviews. But for future reference: "we tend to make much heavier use of reverts to keep the tree healthy than some other open source projects, and our norms are a bit different. ...
* Any time you learn of a serious problem with a change, you should revert it. We strongly encourage “revert to green” as opposed to “fixing forward”. We encourage reverting first, investigating offline, and then reapplying the fixed patch - possibly after another round of review if warranted.
* If you break a buildbot in a way which can’t be quickly fixed, please revert." (https://llvm.org/docs/DeveloperPolicy.html#patch-reversion-policy)
https://github.com/llvm/llvm-project/pull/202816
More information about the llvm-commits
mailing list