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
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
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/