diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-03-20 15:40:56 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-03-20 15:40:56 +0000 |
| commit | e526a6bd5598c26e29c308bfe4562c6de0af7f5c (patch) | |
| tree | 0f4d0ba8709164d394f60d176d659c0cd1554af8 /libcxx/utils/ci/macos-backdeployment.sh | |
| parent | 137976fae22df17daa16dd9002a2c74cd38b9c67 (diff) | |
| download | bcm5719-llvm-e526a6bd5598c26e29c308bfe4562c6de0af7f5c.tar.gz bcm5719-llvm-e526a6bd5598c26e29c308bfe4562c6de0af7f5c.zip | |
[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.
llvm-svn: 356562
Diffstat (limited to 'libcxx/utils/ci/macos-backdeployment.sh')
| -rwxr-xr-x | libcxx/utils/ci/macos-backdeployment.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/utils/ci/macos-backdeployment.sh b/libcxx/utils/ci/macos-backdeployment.sh index aaed799a304..bf4984d1fa0 100755 --- a/libcxx/utils/ci/macos-backdeployment.sh +++ b/libcxx/utils/ci/macos-backdeployment.sh @@ -106,8 +106,6 @@ LIBCXXABI_INSTALL_DIR="${TEMP_DIR}/libcxxabi-install" PREVIOUS_DYLIBS_URL="http://lab.llvm.org:8080/roots/libcxx-roots.tar.gz" LLVM_TARBALL_URL="https://github.com/llvm-mirror/llvm/archive/master.tar.gz" -export CC="$(xcrun --find clang)" -export CXX="$(xcrun --find clang++)" echo "@@@ Downloading LLVM tarball of master (only used for CMake configuration) @@@" |

