diff options
| author | Michal Gorny <mgorny@gentoo.org> | 2016-10-07 20:04:00 +0000 |
|---|---|---|
| committer | Michal Gorny <mgorny@gentoo.org> | 2016-10-07 20:04:00 +0000 |
| commit | 822629db5d11bce2aa7361a07830813138b5632e (patch) | |
| tree | 794ab2a030c5c5b119fd49a7dfca02448eec2cdc /clang/docs/CommandGuide | |
| parent | 8c8ff00b284c48adcaffb0f56f9f58bf02ec2656 (diff) | |
| download | bcm5719-llvm-822629db5d11bce2aa7361a07830813138b5632e.tar.gz bcm5719-llvm-822629db5d11bce2aa7361a07830813138b5632e.zip | |
Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Revert the -print-libgcc-file-name change as the new test fails
on Darwin. It needs to be updated to run the libgcc part only on systems
supporting that rtlib.
llvm-svn: 283586
Diffstat (limited to 'clang/docs/CommandGuide')
| -rw-r--r-- | clang/docs/CommandGuide/clang.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index c71544915e4..14c81270e17 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -394,8 +394,7 @@ Driver Options .. option:: -print-libgcc-file-name - Print the library path for the currently used compiler runtime library - ("libgcc.a" or "libclang_rt.builtins.*.a"). + Print the library path for "libgcc.a". .. option:: -print-prog-name=<name> |

