[libc++/abi] Add scripts for building libc++ and libc++abi on Apple platforms
authorLouis Dionne <ldionne@apple.com>
Wed, 8 Apr 2020 19:26:31 +0000 (15:26 -0400)
committerLouis Dionne <ldionne@apple.com>
Thu, 9 Apr 2020 16:58:54 +0000 (12:58 -0400)
commit77b46fb326b595e984a540e676187d4d01750e60
treec7548f6d69bafe36233fb541d0a0326b78aae527
parent085689d44cb95604072d0f2b130167d9410ea155
[libc++/abi] Add scripts for building libc++ and libc++abi on Apple platforms

These scripts allow creating dylibs that are very close to the dylibs
shipped on Apple platforms.
libcxx/utils/ci/apple-install-libcxx.sh [new file with mode: 0755]
libcxx/utils/ci/apple-install-libcxxabi.sh [new file with mode: 0755]