Revert r170801, which breaks the mingw build.

llvm-svn: 170804
This commit is contained in:
Douglas Gregor 2012-12-20 23:36:52 +00:00
parent e9ba463632
commit 27c42e66bb
1 changed files with 1 additions and 0 deletions

View File

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