From aad878f11279305b55e43d7225a36dc0035ecc86 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 27 May 2021 16:51:38 -0400 Subject: [PATCH] [libc++] NFC: Make it easier for vendors to extend the run-buildbot script --- libcxx/utils/ci/run-buildbot | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot index ccc8f9a..64526c8 100755 --- a/libcxx/utils/ci/run-buildbot +++ b/libcxx/utils/ci/run-buildbot @@ -553,6 +553,14 @@ windows-static) echo "+++ Running the libc++ tests" ${NINJA} -vC "${BUILD_DIR}" check-cxx ;; +################################################################# +# Insert vendor-specific internal configurations below. +# +# This allows vendors to extend this file with their own internal +# configurations without running into merge conflicts with upstream. +################################################################# + +################################################################# *) echo "${BUILDER} is not a known configuration" exit 1 -- 2.7.4