[lld] [lld][COFF] Add /linkreprofullpathrsp flag (PR #165449)

David Truby via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 3 06:46:13 PST 2025


================
@@ -88,11 +88,12 @@ class LinkerDriver {
   void enqueueArchiveMember(const Archive::Child &c, const Archive::Symbol &sym,
                             StringRef parentName);
 
-  void enqueuePDB(StringRef Path) { enqueuePath(Path, false, false); }
+  void enqueuePDB(StringRef Path) { enqueuePath(Path, false, false, nullptr); }
----------------
DavidTruby wrote:

`link.exe` doesn't appear to put the PDB in the `.rsp`, my intention was just to do exactly what `link.exe` does with this flag.

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


More information about the llvm-commits mailing list