[libc++] NFC: Make it easier for vendors to extend the run-buildbot script
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 27 May 2021 20:51:38 +0000 (16:51 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 27 May 2021 20:51:47 +0000 (16:51 -0400)
libcxx/utils/ci/run-buildbot

index ccc8f9a..64526c8 100755 (executable)
@@ -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