-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Closed
Labels
Description
| Bugzilla Link | 34011 |
| Resolution | FIXED |
| Resolved on | Aug 23, 2017 11:08 |
| Version | 5.0 |
| OS | Linux |
| Blocks | #33196 |
| Attachments | Fix |
| Reporter | LLVM Bugzilla Contributor |
| CC | @derekbruening,@zmodem |
Extended Description
glibc 2.26 (soon to be released) drops the incorrectly (non-)namespaced sigaltstack typedef and replaces it with stack_t.
compiler-rt currently uses struct sigaltstack, causing the build to fail.
Fix is tested with glibc 2.26, should be tested on older glibc versions.