From 1a5a79c4bca7cc022ade47881d0f548bb2fe7f67 Mon Sep 17 00:00:00 2001
From: Chris Lattner This document is the reference manual for the LLVM utilities. It will
-show you how to use the LLVM commands and what their options are. Note that in
-the descriptions below, `bytecode' and `program' refer to LLVM bytecode files
-and assembly programs, respectively. These documents are HTML versions of the man pages
+for all of the LLVM tools. These pages describe how to use the LLVM commands
+and what their options are. Note that these pages do not describe all of the
+options available for all tools. To get a complete listing, pass the
+--help (general options) or --help-hidden (general+debugging
+options) arguments to the tool you are interested in.