commit | 50e7b3cee4e099189d0954e361a0af4f39c3a368 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne@apple.com> | Thu May 02 17:43:48 2019 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 27 18:58:17 2020 -0700 |
tree | 71ab4eff60ba9a039774329aff3365c14d38b6c1 | |
parent | 5b6fb0259adcdcefc4c0a227da60e79d200996ed [diff] |
[libc++][CMake] Link against libSystem on Apple platforms Instead of manually linking against libm/librt/libpthread, we should be linking against libSystem on Apple platforms, and only that. libm and libpthread are symlinks to libSystem anyway. llvm-svn: 359808 GitOrigin-RevId: 223ed705d0d3c3b07f00202a04447df836c05df8