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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
