diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-09-30 21:33:09 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-09-30 21:33:09 +0000 |
commit | 26e0b304557519c12b150afe23cd24e28fa20a1d (patch) | |
tree | db03d57990c8b89b522db4ad976ffe0d83d98167 /docs/tools | |
parent | 1f634c6dc91805320bb13983faf5e86a2bd07421 (diff) |
Revert my --working-directory option, which wasn't well thought through.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tools')
-rw-r--r-- | docs/tools/clang.pod | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index abecd1c8ef..704cc8743b 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -407,13 +407,6 @@ Print timing summary of each stage of compilation. Show commands to run and use verbose output. -=item B<--working-directory> - -Use the given argument as the effective working directory to run the compiler -in. This is useful for running the compiler as if in a specific working -directory without the overhead of having to change directory using an auxiliary -process. - =back |