diff options
| author | Vladimir Makaev <vmakaev@gmail.com> | 2024-05-04 17:55:19 +0000 |
|---|---|---|
| committer | Vladimir Makaev <vmakaev@gmail.com> | 2024-05-04 17:55:19 +0000 |
| commit | 79e09a6fc551760379093cb482078f55530bd7af (patch) | |
| tree | 8d28a9cd02235d362f07a8f4cce0ff01bac1b8ff /config.example.toml | |
| parent | d6b88a5bb700311d0e8cfa2c3d63a2b12233ae33 (diff) | |
| download | rust-79e09a6fc551760379093cb482078f55530bd7af.tar.gz rust-79e09a6fc551760379093cb482078f55530bd7af.zip | |
Added an entry for "lldb" in config.example.toml
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 5c1fac7672a..3b76952504f 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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" |
