Commit Graph

5 Commits

Author SHA1 Message Date
Louis Dionne
8958979078 [NFC] Build libc++ verbosely in the macOS CI
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@358529 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-16 21:16:58 +00:00
Louis Dionne
08c6f59615 [libc++] Make sure we use new/delete from libc++abi on CI for Apple platforms
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@358524 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-16 20:46:03 +00:00
Louis Dionne
292174b1fe [libc++] Do not force going through xcrun to find Clang in the macOS CI scripts
It should be possible to run those CI scripts with different compilers
by simply exporting a different CXX environment variable.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@356562 91177308-0d34-0410-b5e6-96231b3b80d8
2019-03-20 15:40:56 +00:00
Louis Dionne
815d755706 [libc++] Control whether exceptions are enabled in the macOS trunk testing script
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@353185 91177308-0d34-0410-b5e6-96231b3b80d8
2019-02-05 16:42:37 +00:00
Louis Dionne
504008e535 [libcxx] Add a script to run CI on MacOS
CI systems like Green Dragon should use this script so as to make
reproducing errors easy locally.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350740 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-09 16:35:55 +00:00