This revision was automatically updated to reflect the committed changes.
Closed by commit rL366202: [Driver] Don't pass --dynamic-linker to ld on
Solaris (authored by ro, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://rev
theraven added a comment.
I think this was simply mirroring what gcc 4.something did on Solaris.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64493/new/
https://reviews.llvm.org/D64493
___
cfe-commits mailing list
c
ro added reviewers: mehdi_amini, rnk.
ro added a comment.
Ping? It's been a ween and unless someone comes up with a good explanation why
the default interpreter must be specified instead
of letting ld figure it out, this seems pretty obvious.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
ro created this revision.
ro added reviewers: fedor.sergeev, rsmith, theraven.
Herald added subscribers: jrtc27, jyknight.
Herald added a project: clang.
I noticed that clang currenly passes `--dynamic-linker` to `ld`. This has been
the case
since Solaris 11 support was added initially back in 2