[PATCH] D42110: Move target MV resolver to COMDAT

2018-01-16 Thread Erich Keane via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC322592: Move target MV resolver to COMDAT (authored by erichkeane, committed by ). Repository: rC Clang https://reviews.llvm.org/D42110 Files: lib/CodeGen/CodeGenModule.cpp test/CodeGen/attr-targe

[PATCH] D42110: Move target MV resolver to COMDAT

2018-01-16 Thread Eric Christopher via Phabricator via cfe-commits
echristo accepted this revision. echristo added a comment. This revision is now accepted and ready to land. Seems reasonable. https://reviews.llvm.org/D42110 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailm

[PATCH] D42110: Move target MV resolver to COMDAT

2018-01-16 Thread Erich Keane via Phabricator via cfe-commits
erichkeane created this revision. erichkeane added reviewers: espindola, hfinkel, echristo. As reported here: https://bugs.llvm.org/show_bug.cgi?id=35921 The resolver functions should be in their own COMDAT regions. This patch sets that up. https://reviews.llvm.org/D42110 Files: lib/CodeGen/