diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-11 19:27:40 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-11 19:27:40 +0000 |
commit | 09826e3e2ff1faa28441968d053dafa672536321 (patch) | |
tree | 60c237b970227c3ee4b84442a76ab38ee151dc7c /tools/llvmc/doc/LLVMC-Reference.rst | |
parent | 63bb60fc320f6076f31e1dbe18b67b0ff1ecdd71 (diff) | |
download | external_llvm-09826e3e2ff1faa28441968d053dafa672536321.zip external_llvm-09826e3e2ff1faa28441968d053dafa672536321.tar.gz external_llvm-09826e3e2ff1faa28441968d053dafa672536321.tar.bz2 |
Update documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/doc/LLVMC-Reference.rst')
-rw-r--r-- | tools/llvmc/doc/LLVMC-Reference.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index a5c6fc9..3014a3a 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/tools/llvmc/doc/LLVMC-Reference.rst @@ -97,8 +97,10 @@ configuration libraries: 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 |