svn commit: r343869 - head/tools/build/options

Ed Maste emaste at FreeBSD.org
Thu Feb 7 14:05:22 UTC 2019


Author: emaste
Date: Thu Feb  7 14:05:21 2019
New Revision: 343869
URL: https://svnweb.freebsd.org/changeset/base/343869

Log:
  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.

Modified:
  head/tools/build/options/WITH_CLANG_EXTRAS

Modified: head/tools/build/options/WITH_CLANG_EXTRAS
==============================================================================
--- head/tools/build/options/WITH_CLANG_EXTRAS	Thu Feb  7 13:12:43 2019	(r343868)
+++ head/tools/build/options/WITH_CLANG_EXTRAS	Thu Feb  7 14:05:21 2019	(r343869)
@@ -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.


More information about the svn-src-all mailing list