This avoids issues when building the dylib for deployment targets that
don't support aligned allocation, where Clang normally triggers an
error to warn users their code would break at runtime when back-deployed.
Since we're building the dylib itself, which contains the aligned
allocation functions, we don't want to trigger that error.
Details
Details
- Reviewers
froydnj dmajor - Group Reviewers
Restricted Project - Commits
- rG918ba933673a: [libc++] Build the dylib with -faligned-allocation
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Our mac builds are back to green, and no complaints from the other platforms. Thank you!