projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c67e5
)
[CMake] clangToolingCore requires clangLex.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 30 Oct 2014 00:43:44 +0000
(
00:43
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 30 Oct 2014 00:43:44 +0000
(
00:43
+0000)
llvm-svn: 220889
clang/lib/Tooling/Core/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/clang/lib/Tooling/Core/CMakeLists.txt
b/clang/lib/Tooling/Core/CMakeLists.txt
index
fcf3666
..
7194b2c
100644
(file)
--- a/
clang/lib/Tooling/Core/CMakeLists.txt
+++ b/
clang/lib/Tooling/Core/CMakeLists.txt
@@
-6,5
+6,6
@@
add_clang_library(clangToolingCore
LINK_LIBS
clangBasic
clangDriver
+ clangLex
clangRewrite
)