[libcxx-commits] [PATCH] D144923: [libc++] Temporarily not use compiler intrinsics for some type traits in Objective-C++ mode.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 27 15:12:22 PST 2023
var-const added a subscriber: tstellar.
var-const added a comment.
@tstellar Would it be possible to merge this patch directly into the `release/16.x` branch? It's an important fix (compiler bug workaround) for the Objective-C++ mode that is affecting the LLVM 16 release. Unfortunately, the patch doesn't apply cleanly to `main`, and we also hope that the compiler bug would be fixed before the next release so that this workaround will become unnecessary. If merging to the release branch is not okay, I'm not sure what the correct workflow would be. I can make the fix on the `main` branch, but it won't cleanly cherry-pick into the release, so I'm not sure if the GitHub automation can handle that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144923/new/
https://reviews.llvm.org/D144923
More information about the libcxx-commits
mailing list