From f0cdb4cbc83c22383d19b64944435f5b51902ceb Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 7 Feb 2019 14:05:21 +0000 Subject: [PATCH] Mention clang-format in WITH_CLANG_EXTRAS It's a useful tool and gives a further hint at the types of additional binaries enabled by the option. --- tools/build/options/WITH_CLANG_EXTRAS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build/options/WITH_CLANG_EXTRAS b/tools/build/options/WITH_CLANG_EXTRAS index 87da08fef93f..a4d1310ec7a5 100644 --- a/tools/build/options/WITH_CLANG_EXTRAS +++ b/tools/build/options/WITH_CLANG_EXTRAS @@ -1,2 +1,3 @@ .\" $FreeBSD$ -Set to build additional clang and llvm tools, such as bugpoint. +Set to build additional clang and llvm tools, such as bugpoint and +clang-format.