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

2025-11-11 Thread Daniel Levin via cfe-commits
https://github.com/daniel-levin updated https://github.com/llvm/llvm-project/pull/163000 >From dd443a162de6f14f923d67efbb4a082840ad3e08 Mon Sep 17 00:00:00 2001 From: Daniel Levin Date: Wed, 22 Oct 2025 14:31:04 + Subject: [PATCH] [Clang] [Driver] Support --ld-path flag on Illumos/Solaris

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

2025-11-07 Thread Daniel Levin via cfe-commits
daniel-levin wrote: @rorth Hope you had a good trip! Friendly ping https://github.com/llvm/llvm-project/pull/163000 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

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

2025-10-22 Thread Daniel Levin via cfe-commits
https://github.com/daniel-levin edited https://github.com/llvm/llvm-project/pull/163000 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

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

2025-10-22 Thread Daniel Levin via cfe-commits
daniel-levin wrote: > Can you add a test to clang/test/Driver/solaris-ld.c? Added five cases. https://github.com/llvm/llvm-project/pull/163000 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-

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

2025-10-22 Thread Daniel Levin via cfe-commits
https://github.com/daniel-levin updated https://github.com/llvm/llvm-project/pull/163000 Unicorn! ยท GitHub body { background-color: #f1f1f1; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .container { margin: 50

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

2025-10-22 Thread Daniel Levin via cfe-commits
@@ -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: Removed

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

2025-10-22 Thread Daniel Levin via cfe-commits
https://github.com/daniel-levin updated https://github.com/llvm/llvm-project/pull/163000 >From c0ce9634a737a47b63dc3552bb7a15498b059c24 Mon Sep 17 00:00:00 2001 From: Daniel Levin Date: Fri, 10 Oct 2025 14:54:03 + Subject: [PATCH 1/2] [Clang][Solaris] Support --ld-path in Solaris driver --

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

2025-10-22 Thread Daniel Levin via cfe-commits
https://github.com/daniel-levin updated https://github.com/llvm/llvm-project/pull/163000 >From c0ce9634a737a47b63dc3552bb7a15498b059c24 Mon Sep 17 00:00:00 2001 From: Daniel Levin Date: Fri, 10 Oct 2025 14:54:03 + Subject: [PATCH 1/2] [Clang][Solaris] Support --ld-path in Solaris driver --

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

2025-10-22 Thread Daniel Levin via cfe-commits
@@ -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 o

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

2025-10-22 Thread Daniel Levin via cfe-commits
https://github.com/daniel-levin updated https://github.com/llvm/llvm-project/pull/163000 >From c0ce9634a737a47b63dc3552bb7a15498b059c24 Mon Sep 17 00:00:00 2001 From: Daniel Levin Date: Fri, 10 Oct 2025 14:54:03 + Subject: [PATCH] [Clang][Solaris] Support --ld-path in Solaris driver --- c

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

2025-10-22 Thread Daniel Levin via cfe-commits
daniel-levin wrote: > If they are finally starting to contribute My interest in this is as a contributor to [Wild](https://github.com/davidlattimore/wild) and I don't represent any Solaris/Illumos community members. While https://github.com/llvm/llvm-project/issues/53919 should be resolved e

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

2025-10-22 Thread Daniel Levin via cfe-commits
daniel-levin wrote: > However, first things first: which of the non-GNU ld linkers you talk about > have actually been ported to Solaris? I know of none (but haven't looked > closely). AFAIK lld isn't among them. All of the ones I mentioned, including lld, GNU ld and most recently, Wild, work

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

2025-10-21 Thread Daniel Levin via cfe-commits
daniel-levin wrote: Friendly ping @MaskRay. I would appreciate it very much if you could take a look. https://github.com/llvm/llvm-project/pull/163000 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/list

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

2025-10-21 Thread Daniel Levin via cfe-commits
https://github.com/daniel-levin updated https://github.com/llvm/llvm-project/pull/163000 >From c0ce9634a737a47b63dc3552bb7a15498b059c24 Mon Sep 17 00:00:00 2001 From: Daniel Levin Date: Fri, 10 Oct 2025 14:54:03 + Subject: [PATCH] [Clang][Solaris] Support --ld-path in Solaris driver --- c