From 2d0484c02cc99e30f320dec376b102ad7a961904 Mon Sep 17 00:00:00 2001
From: Mikhail Glushenkov
Date: Wed, 17 Dec 2008 02:47:30 +0000
Subject: Update also the generated docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61118 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CompilerDriver.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
(limited to 'docs/CompilerDriver.html')
diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html
index ccd23ebc73..7d0399016d 100644
--- a/docs/CompilerDriver.html
+++ b/docs/CompilerDriver.html
@@ -371,6 +371,8 @@ Example: (in_language (not_empty "o").
+empty - The opposite of not_empty. Equivalent to (not (not_empty
+X)). Provided for convenience.
default - Always evaluates to true. Should always be the last
test in the case expression.
and - A standard logical combinator that returns true iff all
@@ -462,7 +464,10 @@ like a linker.
- append_cmd - append a string to the tool invocation
command.
-Example: (case (switch_on "pthread"), (append_cmd "-lpthread"))
+Example: (case (switch_on "pthread"), (append_cmd
+"-lpthread"))
+- error` - exit with error.
+Example: ``(error "Mixing -c and -S is not allowed!").
- forward - forward an option unchanged.
Example: (forward "Wall").
- forward_as - Change the name of an option, but forward the
--
cgit v1.2.3-18-g5258