From 4429aaf12f5c0c7a3718e5abf9edfa52a1fcdb8a Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sat, 11 Jul 2009 19:28:00 +0000 Subject: [PATCH] Regenerate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75376 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerDriver.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index e77cd03e059..5830a30833d 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -114,8 +114,10 @@ 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.
  • +
  • --temp-dir DIRECTORY - Store temporary files in the given directory. This +directory is deleted on exit unless --save-temps is specified. If +--save-temps=obj is also specified, --temp-dir is given the +precedence.
  • --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 -- 2.34.1