[Lldb-commits] [lldb] [LLDB] Warn about truncated DWARF section names on Windows (PR #145175)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 23 07:14:09 PDT 2025


================
@@ -173,6 +173,22 @@
     help="Specify the C/C++ standard.",
 )
 
+parser.add_argument(
----------------
Nerixyz wrote:

There are no extra arguments here (unless I missed them). At least `--force-ms-link` would still need to be required because the script will use `lld-link` if `clang-cl` is the compiler.

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


More information about the lldb-commits mailing list