[lld] [lld][COFF] Add /linkreprofullpathrsp flag (PR #165449)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 27 13:22:05 PST 2025
================
@@ -193,6 +199,9 @@ class LinkerDriver {
int sdkMajor = 0;
llvm::SmallString<128> windowsSdkLibPath;
+ // For linkreprofullpathrsp
+ std::unique_ptr<llvm::raw_fd_ostream> reproFile = nullptr;
----------------
aganea wrote:
`= nullptr` is not needed.
https://github.com/llvm/llvm-project/pull/165449
More information about the llvm-commits
mailing list