[PATCH] D65686: IR: Remove verifier check for GlobalValues with private linkage named after a comdat.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 11:57:47 PDT 2019
rnk added a comment.
I haven't had time to really think about this, but I believe @majnemer felt it was important to add verifier checks like these. There's no reason we can't make this triple dependent, right? If there's no triple on the module, we can skip the check.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65686/new/
https://reviews.llvm.org/D65686
More information about the llvm-commits
mailing list