[lld] [llvm] [dyndbg][LLD][ELF] Initial LLD support for dynamic debugging (PR #214188)

Andrew Ng via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 08:23:35 PDT 2026


================
@@ -2230,8 +2241,6 @@ void LinkerDriver::createFiles(opt::InputArgList &args) {
 
   // Iterate over argv to process input files and positional arguments.
   std::optional<MemoryBufferRef> defaultScript;
-  nextGroupId = 0;
-  isInGroup = false;
----------------
nga888 wrote:

Confirmed that this change is no longer required and have restored the original code.

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


More information about the llvm-commits mailing list