[libcxx-commits] [libcxx] 4628ff4 - [libc++] NFC: Reindent the run-buildbot script
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 15 10:30:03 PDT 2021
Author: Louis Dionne
Date: 2021-07-15T13:29:58-04:00
New Revision: 4628ff4c31b72a62346defee32b8dec9b9adef93
URL: https://github.com/llvm/llvm-project/commit/4628ff4c31b72a62346defee32b8dec9b9adef93
DIFF: https://github.com/llvm/llvm-project/commit/4628ff4c31b72a62346defee32b8dec9b9adef93.diff
LOG: [libc++] NFC: Reindent the run-buildbot script
Added:
Modified:
libcxx/utils/ci/run-buildbot
Removed:
################################################################################
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index da1a53e07fff..26552275f5bf 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -480,8 +480,8 @@ aarch64-noexceptions)
export CXX=/usr/local/bin/c++
clean
generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/AArch64.cmake" \
- -DLIBCXX_ENABLE_EXCEPTIONS=OFF \
- -DLIBCXXABI_ENABLE_EXCEPTIONS=OFF
+ -DLIBCXX_ENABLE_EXCEPTIONS=OFF \
+ -DLIBCXXABI_ENABLE_EXCEPTIONS=OFF
check-cxx-cxxabi
;;
# Aka Armv8 32 bit
More information about the libcxx-commits
mailing list