[cfe-commits] r90229 - in /cfe/trunk/tools/index-test: CMakeLists.txt Makefile
Nuno Lopes
nunoplopes at sapo.pt
Tue Dec 1 04:49:04 PST 2009
Author: nlopes
Date: Tue Dec 1 06:49:04 2009
New Revision: 90229
URL: http://llvm.org/viewvc/llvm-project?rev=90229&view=rev
Log:
fix build on linux
Modified:
cfe/trunk/tools/index-test/CMakeLists.txt
cfe/trunk/tools/index-test/Makefile
Modified: cfe/trunk/tools/index-test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/index-test/CMakeLists.txt?rev=90229&r1=90228&r2=90229&view=diff
==============================================================================
--- cfe/trunk/tools/index-test/CMakeLists.txt (original)
+++ cfe/trunk/tools/index-test/CMakeLists.txt Tue Dec 1 06:49:04 2009
@@ -3,8 +3,8 @@
set( LLVM_USED_LIBS
clangIndex
clangFrontend
- clangAnalysis
clangSema
+ clangAnalysis
clangAST
clangParse
clangLex
Modified: cfe/trunk/tools/index-test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/index-test/Makefile?rev=90229&r1=90228&r2=90229&view=diff
==============================================================================
--- cfe/trunk/tools/index-test/Makefile (original)
+++ cfe/trunk/tools/index-test/Makefile Tue Dec 1 06:49:04 2009
@@ -19,7 +19,7 @@
include $(LEVEL)/Makefile.config
LINK_COMPONENTS := bitreader mc
-USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangAnalysis.a clangSema.a \
+USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangSema.a clangAnalysis.a \
clangAST.a clangParse.a clangLex.a clangBasic.a
include $(LLVM_SRC_ROOT)/Makefile.rules
More information about the cfe-commits
mailing list