[flang-commits] [flang] [Driver] Link Flang runtime on Solaris (PR #65644)

Brad Smith via flang-commits flang-commits at lists.llvm.org
Wed Sep 20 00:51:40 PDT 2023


brad0 wrote:

> On top of that, Solaris `clang` doesn't handle `-r` correctly, passing `-e _start -Bdynamic` to `ld`, which makes it choke...

Looking at the GNU linker it seems to ignore -Bdynamic once -r is specified. Not sure how LLD handles things. The OpenBSD driver might need adjustments for the same thing.

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


More information about the flang-commits mailing list