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

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 3 08:15:07 PST 2025


================
@@ -2204,6 +2214,17 @@ void LinkerDriver::linkerMain(ArrayRef<const char *> argsArr) {
     config->incremental = false;
   }
 
+  // Handle /linkreprofullpathrsp.
+  std::unique_ptr<llvm::raw_ostream> reproFile;
----------------
aganea wrote:

See my other comment about the PDB.

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


More information about the llvm-commits mailing list