From: Chandler Carruth Date: Fri, 29 Jan 2010 10:03:42 +0000 (+0000) Subject: Bring driver link order in CMake into alignment with the order in the Makefile. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e89d1d5be4ea35d9aef21218edf36c4eba1db56e;p=clang Bring driver link order in CMake into alignment with the order in the Makefile. This includes the fix in r94797 to reflect the new dependency of Sema on Analysis. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94806 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt index cfd9b68955..c4320b0c90 100644 --- a/tools/driver/CMakeLists.txt +++ b/tools/driver/CMakeLists.txt @@ -1,13 +1,13 @@ set(LLVM_NO_RTTI 1) set( LLVM_USED_LIBS - clangDriver clangFrontend + clangDriver clangCodeGen + clangSema clangChecker clangAnalysis clangRewrite - clangSema clangAST clangParse clangLex