From 5ac7b2941689f18c7f2d0a0257e55b9706599c96 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 10 Jul 2010 20:24:23 +0000 Subject: [PATCH] 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 --- examples/PrintFunctionNames/Makefile | 1 - 1 file changed, 1 deletion(-) 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