Skip to content

Commit

Permalink
Add note re: OSX/sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Oct 18, 2022
1 parent 2877375 commit 7fb8304
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ctor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@

// https://github.com/Alexpux/mingw-w64/blob/d0d7f784833bbb0b2d279310ddc6afb52fe47a46/mingw-w64-crt/crt/crtdll.c

// In addition, OSX has removed support for section-based shutdown hooks after
// warning about it for a number of years:

// https://reviews.llvm.org/D45578

extern crate proc_macro;
extern crate syn;
#[macro_use]
Expand Down

0 comments on commit 7fb8304

Please sign in to comment.