[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:01:14 PST 2025


DavidSpickett wrote:

Clang's for comparison:
```
$ ./bin/clang --version
clang version 22.0.0git (https://github.com/llvm/llvm-project.git 5b2eb0dcb717c7218f691e2a10f76b60ed039ecd)
Target: aarch64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/david.spickett/build-llvm-aarch64/bin
Build config: +assertions
```
This is not behind an extra flag but that makes sense as it does not print a whole lot. The "Build config" isn't there if the assertions aren't enabled.

So we're using a location that should be familiar to clang and gcc users.

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


More information about the lldb-commits mailing list