[lld] [lld][COFF] Add /linkreprofullpathrsp flag (PR #165449)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 1 07:43:21 PDT 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); }
----------------
aganea wrote:
The PDB too should be captured in the .rsp I suppose. Otherwise any post-processing script that attemps to extract the inputs from the system will fail to capture every input.
https://github.com/llvm/llvm-project/pull/165449
More information about the llvm-commits
mailing list