Issue 53160
Summary iostreams not initialized with static libc++ on macOS
Labels
Assignees
Reporter calebzulawski
    I'm interested in using static libc++ on macOS (I'm aware this isn't the recommended/supported configuration).

On other targets, the iostreams static is initialized with the `init_priority` attribute, but this doesn't appear to do anything on macOS, making it possible to crash by calling functions on iostreams before they're initialized.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to