From 79e09a6fc551760379093cb482078f55530bd7af Mon Sep 17 00:00:00 2001 From: Vladimir Makaev Date: Sat, 4 May 2024 17:55:19 +0000 Subject: [PATCH] Added an entry for "lldb" in config.example.toml --- config.example.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"