This revision was automatically updated to reflect the committed changes.
Closed by commit rL366305: [Driver] Enable __cxa_atexit on Solaris (authored by
ro, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64491/new/
https://reviews.llvm.org/D64491
___
cfe-commits mailing
ro added reviewers: mehdi_amini, rnk.
ro added a comment.
Ping? It's been a week and the patch seems completely in line with other ELF
targets.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64491/new/
https://reviews.llvm.org/D64491
_
ro created this revision.
ro added reviewers: fedor.sergeev, rsmith.
Herald added subscribers: dexonsmith, mehdi_amini, jyknight.
Herald added a project: clang.
Starting with Solaris 11.4 (which is now the required minimal version), Solaris
does
support `__cxa_atexit`. This patch reflects that.