[Lldb-commits] [lldb] [lldb] Add include for SBLanguages in lldb-enumerations (PR #111907)
Vladimir Vereschaka via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 14:42:33 PDT 2024
vvereschaka wrote:
@chelcassanova `lldb/API/SBLanguages.h` is generated file. I suppose its generation must be enabled for the `lldb-server` target in that case; otherwise we get the following build errors:
```
In file included from /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/lldb-types.h:12:
/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include/lldb/lldb-enumerations.h:15:10: fatal error: 'lldb/API/SBLanguages.h' file not found
15 | #include <lldb/API/SBLanguages.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
https://lab.llvm.org/staging/#/builders/195/builds/4266
i.e. when only 'lldb-server' target gets built (`cmake --build . --target lldb-server`)
https://github.com/llvm/llvm-project/pull/111907
More information about the lldb-commits
mailing list