Ah, right...I forgot that no one put in the effort to conditionally compile parts of libclang. Sorry for the noise.
Jordan On Dec 13, 2013, at 5:10 , NAKAMURA Takumi <[email protected]> wrote: > Jordan, > > Thanks to let me know. > > Although I have been trying to build clang tree with ENABLE_* and > BUILD_CLANG_ONLY, > ... I gave up, for now. > > In trunk ARCMigrate depends on both rewriter and static analyzer. > libclang depends on arcmigrate. > > I could work to rewrite USEDLIBS conditionally if all of arcmt, > rewrite, and static analyzer were split out conditionally. > > Conclusion, stuff, ENABLE_* and BUILD_CLANG_ONLY, have been broken > since I touched. > I have no idea. :( > > ...Takumi > > 2013/12/13 Jordan Rose <[email protected]>: >> Are you sure these are right? These are supposed to be conditionally >> compiled. >> >> On Dec 11, 2013, at 22:37 , NAKAMURA Takumi <[email protected]> wrote: >> >>> Author: chapuni >>> Date: Thu Dec 12 00:37:12 2013 >>> New Revision: 197129 >>> >>> URL: http://llvm.org/viewvc/llvm-project?rev=197129&view=rev >>> Log: >>> c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding >>> to r197116. >>> >>> Modified: >>> cfe/trunk/tools/c-arcmt-test/Makefile >>> >>> Modified: cfe/trunk/tools/c-arcmt-test/Makefile >>> URL: >>> http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-arcmt-test/Makefile?rev=197129&r1=197128&r2=197129&view=diff >>> ============================================================================== >>> --- cfe/trunk/tools/c-arcmt-test/Makefile (original) >>> +++ cfe/trunk/tools/c-arcmt-test/Makefile Thu Dec 12 00:37:12 2013 >>> @@ -30,6 +30,7 @@ USEDLIBS = clang.a \ >>> clangRewriteFrontend.a \ >>> clangRewriteCore.a \ >>> clangIndex.a clangFrontend.a clangDriver.a \ >>> + clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \ >>> clangSerialization.a clangParse.a clangSema.a \ >>> clangAnalysis.a clangEdit.a clangAST.a clangLex.a clangBasic.a >>> >>> >>> >>> _______________________________________________ >>> cfe-commits mailing list >>> [email protected] >>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >> _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
