[Lldb-commits] [lldb] [LLDB] Warn about truncated DWARF section names on Windows (PR #145175)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 23 02:51:05 PDT 2025
================
@@ -173,6 +173,22 @@
help="Specify the C/C++ standard.",
)
+parser.add_argument(
----------------
DavidSpickett wrote:
Do these need to be build script arguments or is there a catch all `--extra-args ...` that we could use instead?
Given that only this test requires these options at this time.
https://github.com/llvm/llvm-project/pull/145175
More information about the lldb-commits
mailing list