summaryrefslogtreecommitdiffstats
path: root/clang/examples
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-12-20 23:36:52 +0000
committerDouglas Gregor <dgregor@apple.com>2012-12-20 23:36:52 +0000
commit27c42e66bbe98924cedeaeb8a534b25ba0ce4310 (patch)
treefd44cefcde2cf5fe595526e49aedfeffbad4675b /clang/examples
parente9ba46363291c710f3086102c23e813ef2d444da (diff)
downloadbcm5719-llvm-27c42e66bbe98924cedeaeb8a534b25ba0ce4310.tar.gz
bcm5719-llvm-27c42e66bbe98924cedeaeb8a534b25ba0ce4310.zip
Revert r170801, which breaks the mingw build.
llvm-svn: 170804
Diffstat (limited to 'clang/examples')
-rw-r--r--clang/examples/PrintFunctionNames/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt
index 96a88057d70..ba6a350cd95 100644
--- a/clang/examples/PrintFunctionNames/CMakeLists.txt
+++ b/clang/examples/PrintFunctionNames/CMakeLists.txt
@@ -14,6 +14,7 @@ add_dependencies(PrintFunctionNames
)
target_link_libraries(PrintFunctionNames
+ clangFrontend
clangAST
)
OpenPOWER on IntegriCloud