Endilll wrote: > As with no linkage, default visibility is assumed and not printed, as it's so > common that I didn't have to update any of the existing tests.
I wonder if we want to assume hidden visibility when targeting Windows, instead of default visibility (which requires `__declspec(dllexport)` there). It's a bit too smart to my taste, but I'm open to feedback on that. https://github.com/llvm/llvm-project/pull/218113 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
