Add a -no-libcxxabi option to the test-release.sh script.
authorDimitry Andric <dimitry@andric.com>
Thu, 18 Jan 2018 18:39:13 +0000 (18:39 +0000)
committerDimitry Andric <dimitry@andric.com>
Thu, 18 Jan 2018 18:39:13 +0000 (18:39 +0000)
commitd05541f7d6ec3db9210b4cdd3d1f3a5e549ebdf5
tree21f0e50ddccf8dfbb59d9a658104b34aff876cd2
parent3c8e2bf830c567c59b9d16bf52774e0c0a756f2e
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.

llvm-svn: 322875
llvm/utils/release/test-release.sh