From 98a39613ec6df88464ba2b4803901e7e6c1cb049 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 9 Jul 2009 19:39:49 +0000 Subject: Regenerate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75167 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerDriver.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/CompilerDriver.html') diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index 4d7cb371dc..e77cd03e05 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -114,6 +114,8 @@ delete them on exit. This option can also take an argument: the --save-temps=obj switch will write files into the directory specified with the -o option. The --save-temps=cwd and --save-temps switches are both synonyms for the default behaviour. +
  • --temp-dir - Write temporary files to the specified directory. This option +overrides --save-temps.
  • --check-graph - Check the compilation for common errors like mismatched output/input language names, multiple default edges and cycles. Because of plugins, these checks can't be performed at compile-time. Exit with code zero -- cgit v1.2.3