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

Timo Stripf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 06:10:37 PDT 2023


strimo378 added a comment.

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

@aaron.ballman That means you would be more open to an attribute like `__attribute__((onedefinitionrule))` because it is part of the C++ standard?


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