[clang] [Clang] Fix visibility macros for c-index-test (PR #171054)
Tomohiro Kashiwada via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 7 14:05:37 PST 2025
kikairoya wrote:
I believe this breaks dylib builds (`-DCLANG_LINK_CLANG_DYLIB=ON`), which is still in progress.
`__declspec(dllimport)` is essential for that.
https://github.com/llvm/llvm-project/pull/171054
More information about the cfe-commits
mailing list