summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2016-10-07 20:04:00 +0000
committerMichal Gorny <mgorny@gentoo.org>2016-10-07 20:04:00 +0000
commit5820bd61d03da3d94f139334337054008e23b872 (patch)
tree6c5db9498464569a7cc2be289529dbf0dcea40de /docs/CommandGuide
parent6bc67a42a8bb22a8a75cc92c187219438504218e (diff)
downloadclang-5820bd61d03da3d94f139334337054008e23b872.tar.gz
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/clang.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/CommandGuide/clang.rst b/docs/CommandGuide/clang.rst
index c71544915e..14c81270e1 100644
--- a/docs/CommandGuide/clang.rst
+++ b/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>