diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot index ccc8f9aaedffab..64526c8a02d139 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