[PATCH] D42110: Move target MV resolver to COMDAT

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 09:45:31 PST 2018


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/CodeGenModule.cpp
  test/CodeGen/attr-target-mv-va-args.c
  test/CodeGen/attr-target-mv.c
  test/CodeGenCXX/attr-target-mv-diff-ns.cpp
  test/CodeGenCXX/attr-target-mv-member-funcs.cpp
  test/CodeGenCXX/attr-target-mv-out-of-line-defs.cpp
  test/CodeGenCXX/attr-target-mv-overloads.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42110.129979.patch
Type: text/x-patch
Size: 7608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180116/be7288e3/attachment.bin>


More information about the cfe-commits mailing list