[Lldb-commits] [lldb] [lldb] Dump build configuration with `version -v` (PR #170772)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 5 02:11:08 PST 2025


================
@@ -0,0 +1,6 @@
+RUN: %lldb -b -o 'version -v' | FileCheck %s
+
+CHECK: lldb version
+CHECK: xml:
+CHECK: python:
+CHECK: targets: [{{.*}}]
----------------
DavidSpickett wrote:

I can see an argument to not check for all of them because we don't know what forks might add, and frankly, we'll forget a few anyway :)

But, can you add a regex for yes or no for the ones we do check? If I understand correctly, though we do have "auto" in cmake, it'll always be yes or no by the time we get here.

https://github.com/llvm/llvm-project/pull/170772


More information about the lldb-commits mailing list