diff options
author | Mateusz Mikuła <oss@mateuszmikula.dev> | 2025-05-02 10:01:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 11:01:37 +0300 |
commit | 592243c1cb3ea53b34033132a87b0d14af9d1079 (patch) | |
tree | cb6364547284d1764962b519c6e5c1c180d9bdc0 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | f66f2fe0e5be6dc6eb3ef4d42af8692f9adcdc80 (diff) | |
download | llvm-592243c1cb3ea53b34033132a87b0d14af9d1079.zip llvm-592243c1cb3ea53b34033132a87b0d14af9d1079.tar.gz llvm-592243c1cb3ea53b34033132a87b0d14af9d1079.tar.bz2 |
[Clang][Cygwin] Fix symbol visibility definition (#138118)
Currently building for Cygwin hits this error:
```
In file included from /h/projects/llvm-project/clang/lib/Basic/Attributes.cpp:17:
/h/projects/llvm-project/clang/include/clang/Basic/ParsedAttrInfo.h:180:73: error: invalid declarator before ‘;’ token
180 | extern template class CLANG_TEMPLATE_ABI Registry<clang::ParsedAttrInfo>;
```
That's because `CLANG_TEMPLATE_ABI` ends up not being defined. The
solution here is to follow MinGW case.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions