diff --git a/docs/LibTooling.rst b/docs/LibTooling.rst index b739aed14aa3204a77c9c3717c03d855600a7559..5a9c57910c64c876419a73e331b6dc7387753384 100644 --- a/docs/LibTooling.rst +++ b/docs/LibTooling.rst @@ -184,23 +184,6 @@ with ``-v`` and look at the search paths it looks through. 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 -