[Lldb-commits] [lldb] [lldb] Fix Intel PT plugin compile errors (PR #77252)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 8 08:40:06 PST 2024
walter-erquinigo wrote:
`third-party/llvm-project/lldb/test/API/commands/trace` has a set of pythong tests.
You should be able to run them with
```
build lldb-dotest
lldb-dotest -p TestTrace
```
Also, the CMake variable `LLDB_INCLUDE_TESTS` must be enabled (e.g. `ON`) in order to build `lldb-dotest`
https://github.com/llvm/llvm-project/pull/77252
More information about the lldb-commits
mailing list