Eliminate errors when running the 'PrintFunctionNames' plugin, from Li Qun!

llvm-svn: 170801
This commit is contained in:
Douglas Gregor 2012-12-20 23:11:42 +00:00
parent f85defaea5
commit d04592dc81
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ add_dependencies(PrintFunctionNames
)
target_link_libraries(PrintFunctionNames
clangFrontend
clangAST
)