ar doesn't produce correct results when used for linking static
archives on Apple platforms, so instead use libtool -static which is
the official way to build static archives on those platforms.
Details
Details
- Reviewers
beanz ldionne EricWF mcgrathr - Commits
- rCXXA362311: [libcxx] Use libtool when merging archives on Apple platforms
rG737de4d363ed: [libcxx] Use libtool when merging archives on Apple platforms
rCXX362311: [libcxx] Use libtool when merging archives on Apple platforms
rL362311: [libcxx] Use libtool when merging archives on Apple platforms
Diff Detail
Diff Detail
- Repository
- rL LLVM