[PATCH] D158242: [Clang][Attribute] Introduce linkage attribute to specify the exact LLVM linkage type for functions or variables

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 05:57:59 PDT 2023


aaron.ballman added a comment.

In D158242#4597968 <https://reviews.llvm.org/D158242#4597968>, @rjmccall wrote:

> I understand that you're adding this for your project's internal purposes, but it's a permanent language feature that I don't think we want.

+1 -- I'm wary of exposing internal LLVM implementation details through a user-facing attribute like this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158242/new/

https://reviews.llvm.org/D158242



More information about the cfe-commits mailing list