We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b5a7d commit 9c2b471Copy full SHA for 9c2b471
test/lit.cfg
@@ -1079,3 +1079,5 @@ if config.lldb_build_root != "":
1079
# finishSwigPythonLLDB.py in the lldb repo
1080
python_lib_dir = get_python_lib(True, False, config.lldb_build_root)
1081
config.substitutions.append(('%lldb-python-path', python_lib_dir))
1082
+
1083
+lit_config.note("Available features: " + ", ".join(config.available_features))
0 commit comments