diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvmc.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod index 86a721a..e3031e1 100644 --- a/docs/CommandGuide/llvmc.pod +++ b/docs/CommandGuide/llvmc.pod @@ -73,8 +73,9 @@ default behaviour. =item B<--temp-dir> I<directory> -Write temporary files to the specified directory. This option overrides -I<--save-temps>. +Store temporary files in the given directory. This directory is deleted on exit +unless I<--save-temps> is specified. If I<--save-temps=obj> is also specified, +I<--temp-dir> is given the precedence. =item B<--help> |