[PATCH] D65686: IR: Remove verifier check for GlobalValues with private linkage named after a comdat.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 12:18:31 PDT 2019


pcc added a comment.

Making it conditional on the triple is fine with me I suppose. It's unfortunate that we use the same IR for ELF and COFF here, maybe longer term we should move towards exclusively using `!associated` in COFF.


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