[PATCH] D133266: [MinGW] Reject explicit hidden visibility applied to dllexport and hidden/protected applied to dllimport
ben via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 27 20:12:20 PDT 2022
bd1976llvm added a comment.
Whilst reviewing the impact of these dllimport/export restrictions I noticed that LLVM IR does not reject dllimport/export on local linkage globals. I have put up a PR for adding that restriction: D134784 <https://reviews.llvm.org/D134784> (https://reviews.llvm.org/D134784).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133266/new/
https://reviews.llvm.org/D133266
More information about the cfe-commits
mailing list