Issue 76792
Summary Build failure with MSVC 2019
Labels lldb, build-problem
Assignees
Reporter CarlosAlbertoEnciso
    Using the latest TOT, building LLDB fails on Windows when using MSVC 2019.

```
error C2143: syntax error: missing ';' before '('
warning C4229: anachronism used: modifiers on data are ignored
```
```
llvm-project\lldb\source\Plugins\Process\Windows\Common\TargetThreadWindows.cpp (33,8)
WINAPI (*)(HANDLE hThread, PWSTR *ppszThreadDescription);
```
```
llvm-project\lldb\unittests\Thread\ThreadTest.cpp (38,8)
WINAPI (*)(HANDLE hThread, PCWSTR lpThreadDescription);
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to