[PATCH] D122953: [clang] Emit target_clones resolver functions as COMDAT.

Tom Honermann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 2 14:11:24 PDT 2022


tahonermann created this revision.
tahonermann added reviewers: erichkeane, aaron.ballman.
Herald added a project: All.
tahonermann published this revision for review.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Previously, resolver functions synthesized for target_clones multiversion
functions were not emitted as COMDAT. Now fixed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122953

Files:
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/test/CodeGen/attr-target-clones.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122953.419912.patch
Type: text/x-patch
Size: 5125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220402/8c044474/attachment.bin>


More information about the cfe-commits mailing list