[lld] [LLD][Cygwin] Implement --dll-search-prefix (PR #143263)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 11 16:02:27 PDT 2025


================
@@ -553,6 +554,9 @@ bool link(ArrayRef<const char *> argsArr, llvm::raw_ostream &stdoutOS,
     searchPaths.push_back(a->getValue());
     add("-libpath:" + StringRef(a->getValue()));
   }
+  StringRef dllPrefix = "lib";
----------------
jeremyd2019 wrote:

```suggestion

  StringRef dllPrefix = "lib";
```

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


More information about the llvm-commits mailing list