[libcxx-commits] [libcxx] 56cd2f9 - [libc++] Fix missed rename of libcxx-trunk-shared.cfg.in

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 29 15:08:19 PDT 2021


Author: Louis Dionne
Date: 2021-09-29T18:06:37-04:00
New Revision: 56cd2f93e0f431883518a1d20bd033fe252fa2e4

URL: https://github.com/llvm/llvm-project/commit/56cd2f93e0f431883518a1d20bd033fe252fa2e4
DIFF: https://github.com/llvm/llvm-project/commit/56cd2f93e0f431883518a1d20bd033fe252fa2e4.diff

LOG: [libc++] Fix missed rename of libcxx-trunk-shared.cfg.in

There was a race condition between the application of 565d45541f86
and the application of 0c874382b981, which led to the latter missing
some occurences.

Added: 
    

Modified: 
    libcxx/utils/ci/run-buildbot

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 07e12980e2a5..7bc26d3f3025 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -442,7 +442,7 @@ new-standalone)
           -DCMAKE_BUILD_TYPE=RelWithDebInfo \
           -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
           -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
-          -DLIBCXX_TEST_CONFIG="${MONOREPO_ROOT}/libcxx/test/configs/libcxx-trunk-shared.cfg.in"
+          -DLIBCXX_TEST_CONFIG="${MONOREPO_ROOT}/libcxx/test/configs/llvm-libc++-shared.cfg.in"
 
     check-cxx-cxxabi
 ;;


        


More information about the libcxx-commits mailing list