Historically for some reasons LLVM_EXTERNAL_VISIBILITY is a nop on
Windows. This patchs adds support for Windows by marking that as an
alias of __declspec(dllexport).
Signed-off-by: Jun Zhang <jun@junz.org>
Differential D144017
[Support] Make LLVM_EXTERNAL_VISIBILITY meaningful on Windows junaire on Feb 14 2023, 8:07 AM. Authored by
Details
Historically for some reasons LLVM_EXTERNAL_VISIBILITY is a nop on Signed-off-by: Jun Zhang <jun@junz.org>
Diff Detail
Event TimelineComment Actions Better to keep these in clang-repl itself since things get pretty tricky when involved templates... |