Skip to content

Commit

Permalink
Added an entry for "lldb" in config.example.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMakaev committed May 4, 2024
1 parent d6b88a5 commit 79e09a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 79e09a6

Please sign in to comment.