[libc++] NFC: Make it easier for vendors to extend the run-buildbot script

This commit is contained in:
Louis Dionne 2021-05-27 16:51:38 -04:00
parent cb66bf2c6d
commit aad878f112
1 changed files with 8 additions and 0 deletions

View File

@ -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