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

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 1 07:43:22 PDT 2025


================
@@ -514,7 +524,7 @@ void LinkerDriver::parseDirectives(InputFile *file) {
       break;
     case OPT_defaultlib:
       if (std::optional<StringRef> path = findLibIfNew(arg->getValue()))
-        enqueuePath(*path, false, false);
+        enqueuePath(*path, false, false, nullptr);
----------------
aganea wrote:

Why not passing `defaultLib = true` to the function here?

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


More information about the llvm-commits mailing list