[PATCH] D111770: [DebugInfo] When the enum type causes ODR violation, skip ODRUniquing
Yuanfang Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 14 16:04:26 PDT 2021
ychen added a comment.
In D111770#3065057 <https://reviews.llvm.org/D111770#3065057>, @dblaikie wrote:
> I think this has come up before in llvm-dev threads, etc - could you link to those in the patch description for further context?
Searched llvm-dev with "odr"/"LTO"/"uniquing" didn't find anything closely related. However, https://bugs.llvm.org/show_bug.cgi?id=24923 seems pretty relevant although it is of structure type ODR violation and this patch is for enum/non-enum type ODR violation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111770/new/
https://reviews.llvm.org/D111770
More information about the llvm-commits
mailing list