[Lldb-commits] [lldb] [lldb][NFC] Fix compilation issue on windows (PR #76453)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 3 01:57:14 PST 2024


DavidSpickett wrote:

Our Windows bot actually uses clang-cl, I assume msvc is checking the calling convention here.

Going by https://learn.microsoft.com/en-us/cpp/cpp/stdcall?view=msvc-170, it should be stdcall and WINAPI is just stdcall (https://learn.microsoft.com/en-us/office/client-developer/excel/developing-dlls?redirectedfrom=MSDN#exporting-functions-and-commands).

https://github.com/llvm/llvm-project/pull/76453


More information about the lldb-commits mailing list