[all-commits] [llvm/llvm-project] 122afa: [libclang][Cygwin] Use __declspec(dllexport) for l...
Tomohiro Kashiwada via All-commits
all-commits at lists.llvm.org
Mon Jul 7 12:56:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 122afae10ed28564b64530de571ce8e4ce584b2c
https://github.com/llvm/llvm-project/commit/122afae10ed28564b64530de571ce8e4ce584b2c
Author: Tomohiro Kashiwada <kikairoya at gmail.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M clang/include/clang-c/Platform.h
Log Message:
-----------
[libclang][Cygwin] Use __declspec(dllexport) for libclang on Cygwin (#147122)
This is needed for Cygwin build without `-DLLVM_LINK_LLVM_DYLIB=ON`,
otherwise causes a linker error 'export ordinal too large'.
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