[all-commits] [llvm/llvm-project] 968410: [libclang] Add missing dllexport annotation (#147108)
Tomohiro Kashiwada via All-commits
all-commits at lists.llvm.org
Mon Jul 7 12:50:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 968410ffd1bacbf540595e0b6d2628ed559098e9
https://github.com/llvm/llvm-project/commit/968410ffd1bacbf540595e0b6d2628ed559098e9
Author: Tomohiro Kashiwada <kikairoya at gmail.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M clang/include/clang-c/FatalErrorHandler.h
Log Message:
-----------
[libclang] Add missing dllexport annotation (#147108)
All other declarations of clang-c already have CINDEX_LINKAGE.
This missing annotation causes a linker error when building
`tools/clang/unittests/libclang/CrashTests/libclangCrashTests.exe` for
the Cygwin target.
On the regular Win32 target, this issue went unnoticed because the
entire libclang gtest-based testsuite is currently disabled for that
platform.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list