[PATCH] D122504: [OpenMP] Make Ctor / Dtor functions have external visibility

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 25 14:16:15 PDT 2022


jhuber6 added a comment.

In D122504#3408947 <https://reviews.llvm.org/D122504#3408947>, @JonChesterfield wrote:

> Nice, thanks. Wonder if we want protected visibility as well.

I'm not actually sure what having protected visibility would do considering it's not applied with `-fvisibility=protected` like we pass currently.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122504



More information about the cfe-commits mailing list