Added an entry for "lldb" in config.example.toml

This commit is contained in:
Vladimir Makaev 2024-05-04 17:55:19 +00:00
parent d6b88a5bb7
commit 79e09a6fc5
1 changed files with 4 additions and 0 deletions

View File

@ -254,6 +254,10 @@
# executing the debuginfo test suite.
#gdb = "gdb"
# The path to (or name of) the LLDB executable to use. This is only used for
# executing the debuginfo test suite.
#lldb = "lldb"
# The node.js executable to use. Note that this is only used for the emscripten
# target when running tests, otherwise this can be omitted.
#nodejs = "node"