[clang] [Clang][Solaris] Support --ld-path in Solaris driver (PR #163000)

Daniel Levin via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 22 05:26:50 PDT 2025


================
@@ -46,6 +47,34 @@ class LLVM_LIBRARY_VISIBILITY Linker final : public Tool {
                     const llvm::opt::ArgList &TCArgs,
                     const char *LinkingOutput) const override;
 };
+
+enum class LinkerExpectations {
----------------
daniel-levin wrote:

It is over-engineered in its final form here. There were a few other fields that I wound up not needing. Good call out.

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


More information about the cfe-commits mailing list