summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-04-04 15:30:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-04-04 15:30:44 +0000
commit2c6cec24fd854608b7d028265c3cda8184b09639 (patch)
tree1b44d5ae12a3fd13746a2e366d626d9a90acc108 /examples
parent750988f638cde2f5dbfa1d6afd4ff4844304caf7 (diff)
downloadclang-2c6cec24fd854608b7d028265c3cda8184b09639.tar.gz
AnnotateFunctions: Tweak for mingw.
- Externalize the registry. - Update libdeps. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/AnnotateFunctions/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/AnnotateFunctions/CMakeLists.txt b/examples/AnnotateFunctions/CMakeLists.txt
index 5aa6a9064c..10e16f254d 100644
--- a/examples/AnnotateFunctions/CMakeLists.txt
+++ b/examples/AnnotateFunctions/CMakeLists.txt
@@ -3,7 +3,9 @@ add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp)
if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
target_link_libraries(AnnotateFunctions ${cmake_2_8_12_PRIVATE}
clangAST
+ clangBasic
clangFrontend
+ clangLex
LLVMSupport
)
endif()