From: NAKAMURA Takumi Date: Sat, 23 Jul 2011 23:29:47 +0000 (+0000) Subject: lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols with building... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=335608a778db3398aca12e3c855ecfa5ff11c5c9;p=clang lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols with building shared lib. Thanks to Ryuta Suzuki. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135864 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index 63583a02bf..945b8a64d8 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -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