[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:
That said, there's some pros to having all the compile flags in this file but I have to assume there are tests passing arbitrary flags anyway.
https://github.com/llvm/llvm-project/pull/145175
More information about the lldb-commits
mailing list