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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits