Skip to content

Commit

Permalink
lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols wi…
Browse files Browse the repository at this point in the history
…th building shared lib. Thanks to Ryuta Suzuki.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135864 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Jul 23, 2011
1 parent 9f5bff0 commit 335608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AST/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(LLVM_LINK_COMPONENTS support)

set(LLVM_USED_LIBS clangBasic)
set(LLVM_USED_LIBS clangBasic clangLex)

add_clang_library(clangAST
APValue.cpp
Expand Down

0 comments on commit 335608a

Please sign in to comment.