diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-12-20 23:36:52 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-12-20 23:36:52 +0000 |
commit | 27c42e66bbe98924cedeaeb8a534b25ba0ce4310 (patch) | |
tree | fd44cefcde2cf5fe595526e49aedfeffbad4675b /clang/examples/PrintFunctionNames | |
parent | e9ba46363291c710f3086102c23e813ef2d444da (diff) | |
download | bcm5719-llvm-27c42e66bbe98924cedeaeb8a534b25ba0ce4310.tar.gz bcm5719-llvm-27c42e66bbe98924cedeaeb8a534b25ba0ce4310.zip |
Revert r170801, which breaks the mingw build.
llvm-svn: 170804
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r-- | clang/examples/PrintFunctionNames/CMakeLists.txt | 1 |
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 ) |