[PATCH] D106585: Fix clang debug info irgen of i128 enums
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 11 10:59:19 PST 2021
rnk added a subscriber: hans.
rnk added a comment.
In D106585#3122726 <https://reviews.llvm.org/D106585#3122726>, @glandium wrote:
> It seems to have been fixed in rG3c47c5ca13b8a502de3272e8105548715947b7a8 <https://reviews.llvm.org/rG3c47c5ca13b8a502de3272e8105548715947b7a8>.
Are you sure you've arrived at the right code review? This change, D106585 <https://reviews.llvm.org/D106585>, modified type information, which is unrelated to the change you linked to. We have also noticed *other* determinism issues (follow up with @hans to learn more), but they aren't related to this change, which is from July.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106585/new/
https://reviews.llvm.org/D106585
More information about the cfe-commits
mailing list