diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-07-10 20:24:23 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-07-10 20:24:23 +0000 |
commit | 5ac7b2941689f18c7f2d0a0257e55b9706599c96 (patch) | |
tree | 1898bf31ae432b445c750f32005e00e1372a6a24 /examples/PrintFunctionNames | |
parent | 431495df8d4094dfe69de9c58d7464a72ab6e3b8 (diff) |
PrintFunctionNames is a plugin, it should pull in symbols from the clang binary
that loads it, not by linking against them directly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/PrintFunctionNames')
-rw-r--r-- | examples/PrintFunctionNames/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/PrintFunctionNames/Makefile b/examples/PrintFunctionNames/Makefile index 297412d6b2..0ff5189437 100644 --- a/examples/PrintFunctionNames/Makefile +++ b/examples/PrintFunctionNames/Makefile @@ -13,7 +13,6 @@ LIBRARYNAME = PrintFunctionNames LINK_LIBS_IN_SHARED = 1 SHARED_LIBRARY = 1 -LINK_COMPONENTS := bitreader mc core USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangSema.a \ clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a |