[PATCH] D152043: [Support] Use C++11 attribute syntax for visibility attributes

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 10:56:45 PDT 2023


compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.

Thanks for fixing the attribution in the various cases.  It is unfortunate that we cannot use the GNU `__attribute__` spelling.  I suppose that someday we will be able to use the C23 attributes and get a single spelling again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152043



More information about the llvm-commits mailing list