summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersTutorial.rst
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-11-26 19:52:24 +0000
committerJustin Bogner <mail@justinbogner.com>2015-11-26 19:52:24 +0000
commit98712bd771982f54db51c7c665a32f5589719243 (patch)
tree46a23e8a32fcbbeb56fb1ed2006eacc11d2263d0 /clang/docs/LibASTMatchersTutorial.rst
parent000965633575107a0c3294c65d8a60d59ed93f7d (diff)
downloadbcm5719-llvm-98712bd771982f54db51c7c665a32f5589719243.tar.gz
bcm5719-llvm-98712bd771982f54db51c7c665a32f5589719243.zip
docs: Remove references to the long-defunct LLVM_USED_LIBS
LLVM_USED_LIBS hasn't done anything since 2012, stop telling people to set it in the docs. llvm-svn: 254173
Diffstat (limited to 'clang/docs/LibASTMatchersTutorial.rst')
-rw-r--r--clang/docs/LibASTMatchersTutorial.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchersTutorial.rst b/clang/docs/LibASTMatchersTutorial.rst
index fe36511a0cf..603b2faf01d 100644
--- a/clang/docs/LibASTMatchersTutorial.rst
+++ b/clang/docs/LibASTMatchersTutorial.rst
@@ -108,7 +108,6 @@ CMakeLists.txt should have the following contents:
::
set(LLVM_LINK_COMPONENTS support)
- set(LLVM_USED_LIBS clangTooling clangBasic clangAST)
add_clang_executable(loop-convert
LoopConvert.cpp
OpenPOWER on IntegriCloud