r197129 - c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to r197116.
Jordan Rose
jordan_rose at apple.com
Fri Dec 13 10:07:34 PST 2013
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 <geek4civic at gmail.com> 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 <jordan_rose at apple.com>:
>> Are you sure these are right? These are supposed to be conditionally compiled.
>>
>> On Dec 11, 2013, at 22:37 , NAKAMURA Takumi <geek4civic at gmail.com> 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
>>> cfe-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
More information about the cfe-commits
mailing list