mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Added an entry for "lldb" in config.example.toml
This commit is contained in:
parent
d6b88a5bb7
commit
79e09a6fc5
@ -254,6 +254,10 @@
|
|||||||
# executing the debuginfo test suite.
|
# executing the debuginfo test suite.
|
||||||
#gdb = "gdb"
|
#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
|
# The node.js executable to use. Note that this is only used for the emscripten
|
||||||
# target when running tests, otherwise this can be omitted.
|
# target when running tests, otherwise this can be omitted.
|
||||||
#nodejs = "node"
|
#nodejs = "node"
|
||||||
|
Loading…
Reference in New Issue
Block a user