kkent030315 wrote: > I believe this breaks dylib builds (`-DCLANG_LINK_CLANG_DYLIB=ON`), which is > still in progress. `__declspec(dllimport)` is essential for that.
How so? Can you be more specific how this would break dylib builds, and what exactly is in the progress? As mentioned in the comment dllimport attribute is not strictly required, it's safe to remove it. https://github.com/llvm/llvm-project/pull/171054 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
