[cfe-commits] r171383 - /cfe/trunk/docs/LibTooling.rst
Sean Silva
silvas at purdue.edu
Wed Jan 2 05:23:41 PST 2013
Author: silvas
Date: Wed Jan 2 07:23:37 2013
New Revision: 171383
URL: http://llvm.org/viewvc/llvm-project?rev=171383&view=rev
Log:
docs: Remove useless discussion.
The linked Makefile is always up to date, so there's no point in having
a rotting list of libraries.
Modified:
cfe/trunk/docs/LibTooling.rst
Modified: cfe/trunk/docs/LibTooling.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibTooling.rst?rev=171383&r1=171382&r2=171383&view=diff
==============================================================================
--- cfe/trunk/docs/LibTooling.rst (original)
+++ cfe/trunk/docs/LibTooling.rst Wed Jan 2 07:23:37 2013
@@ -184,23 +184,6 @@
Linking
^^^^^^^
-Please note that this presents the linking requirements at the time of this
-writing. For the most up-to-date information, look at one of the tools'
-Makefiles (for example `clang-check/Makefile
+For a list of libraries to link, look at one of the tools' Makefiles (for
+example `clang-check/Makefile
<http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/Makefile?view=markup>`_).
-
-To link a binary using the tooling infrastructure, link in the following
-libraries:
-
-* Tooling
-* Frontend
-* Driver
-* Serialization
-* Parse
-* Sema
-* Analysis
-* Edit
-* AST
-* Lex
-* Basic
-
More information about the cfe-commits
mailing list