]> granicus.if.org Git - llvm/commit
Merging r322875:
authorDimitry Andric <dimitry@andric.com>
Sat, 20 Jan 2018 12:20:35 +0000 (12:20 +0000)
committerDimitry Andric <dimitry@andric.com>
Sat, 20 Jan 2018 12:20:35 +0000 (12:20 +0000)
commitd99428659c1b30d82759ef10c5712579453364b6
tree14d0a53cf53b9b6c7b88791d61a924653a074eac
parent86cf0a327887ec7d2e22423363cbd1e947370f5f
Merging r322875:
------------------------------------------------------------------------
r322875 | dim | 2018-01-18 19:39:13 +0100 (Thu, 18 Jan 2018) | 9 lines

Add a -no-libcxxabi option to the test-release.sh script.

On FreeBSD, it is currently not possible to build libcxxabi and link
against it, so we have been building releases with -no-libs for quite
some time.

However, libcxx and libunwind should build without problems, so provide
an option to skip just libcxxabi.

------------------------------------------------------------------------
Merging r322879:
------------------------------------------------------------------------
r322879 | dim | 2018-01-18 20:30:30 +0100 (Thu, 18 Jan 2018) | 2 lines

Follow-up to rL322875 by initializing the do_libcxxabi variable properly.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@323038 91177308-0d34-0410-b5e6-96231b3b80d8
utils/release/test-release.sh