Skip to content

Commit 79e09a6

Browse files
Added an entry for "lldb" in config.example.toml
1 parent d6b88a5 commit 79e09a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.example.toml

+4
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@
254254
# executing the debuginfo test suite.
255255
#gdb = "gdb"
256256

257+
# The path to (or name of) the LLDB executable to use. This is only used for
258+
# executing the debuginfo test suite.
259+
#lldb = "lldb"
260+
257261
# The node.js executable to use. Note that this is only used for the emscripten
258262
# target when running tests, otherwise this can be omitted.
259263
#nodejs = "node"

0 commit comments

Comments
 (0)