Skip to content
Snippets Groups Projects
Commit 8cbdac65 authored by Sean Silva's avatar Sean Silva
Browse files

docs: Remove useless discussion.

The linked Makefile is always up to date, so there's no point in having
a rotting list of libraries.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171383 91177308-0d34-0410-b5e6-96231b3b80d8
parent 159cc9e6
No related branches found
No related tags found
No related merge requests found
...@@ -184,23 +184,6 @@ with ``-v`` and look at the search paths it looks through. ...@@ -184,23 +184,6 @@ with ``-v`` and look at the search paths it looks through.
Linking Linking
^^^^^^^ ^^^^^^^
Please note that this presents the linking requirements at the time of this For a list of libraries to link, look at one of the tools' Makefiles (for
writing. For the most up-to-date information, look at one of the tools' example `clang-check/Makefile
Makefiles (for example `clang-check/Makefile
<http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/Makefile?view=markup>`_). <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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment