From: Louis Dionne Date: Thu, 27 May 2021 20:51:38 +0000 (-0400) Subject: [libc++] NFC: Make it easier for vendors to extend the run-buildbot script X-Git-Tag: llvmorg-14-init~5395 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aad878f11279305b55e43d7225a36dc0035ecc86;p=platform%2Fupstream%2Fllvm.git [libc++] NFC: Make it easier for vendors to extend the run-buildbot script --- 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