Follow-up to rL322875 by initializing the do_libcxxabi variable properly.
authorDimitry Andric <dimitry@andric.com>
Thu, 18 Jan 2018 19:30:30 +0000 (19:30 +0000)
committerDimitry Andric <dimitry@andric.com>
Thu, 18 Jan 2018 19:30:30 +0000 (19:30 +0000)
llvm-svn: 322879

llvm/utils/release/test-release.sh

index b36d17d..440dee5 100755 (executable)
@@ -33,6 +33,7 @@ do_asserts="no"
 do_compare="yes"
 do_rt="yes"
 do_libs="yes"
+do_libcxxabi="yes"
 do_libunwind="yes"
 do_test_suite="yes"
 do_openmp="yes"