[libcxx-commits] [PATCH] D122800: [libcxx] [ci] Enable -Werror for libcxxabi and libunwind too
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 1 00:15:19 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG64d7f778e6d7: [libcxx] [ci] Enable -Werror for libcxxabi and libunwind too (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122800/new/
https://reviews.llvm.org/D122800
Files:
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -84,6 +84,8 @@
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
-DLIBCXX_ENABLE_WERROR=YES \
+ -DLIBCXXABI_ENABLE_WERROR=YES \
+ -DLIBUNWIND_ENABLE_WERROR=YES \
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml" \
"${@}"
}
@@ -286,7 +288,9 @@
export CXX=g++-11
clean
generate-cmake -DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in" \
- -DLIBCXX_ENABLE_WERROR=NO
+ -DLIBCXX_ENABLE_WERROR=NO \
+ -DLIBCXXABI_ENABLE_WERROR=NO \
+ -DLIBUNWIND_ENABLE_WERROR=NO
check-runtimes
;;
generic-gcc-cxx11)
@@ -295,7 +299,9 @@
clean
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx11.cmake" \
-DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in" \
- -DLIBCXX_ENABLE_WERROR=NO
+ -DLIBCXX_ENABLE_WERROR=NO \
+ -DLIBCXXABI_ENABLE_WERROR=NO \
+ -DLIBUNWIND_ENABLE_WERROR=NO
check-runtimes
;;
generic-asan)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122800.419647.patch
Type: text/x-patch
Size: 1319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220401/70669c05/attachment.bin>
More information about the libcxx-commits
mailing list