[cfe-commits] r169137 - in /cfe/trunk: include/clang/Format/ include/clang/Format/Format.h lib/CMakeLists.txt lib/Format/ lib/Format/CMakeLists.txt lib/Format/Format.cpp lib/Format/Makefile lib/Format/UnwrappedLineParser.cpp lib/Format/UnwrappedLineParser.h lib/Makefile unittests/CMakeLists.txt unittests/Format/ unittests/Format/CMakeLists.txt unittests/Format/FormatTest.cpp unittests/Format/Makefile

Chad Rosier mcrosier at apple.com
Mon Dec 3 16:36:10 PST 2012


On Dec 3, 2012, at 4:31 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:

> 2012/12/4 Sean Silva <silvas at purdue.edu>:
>> On Mon, Dec 3, 2012 at 1:12 PM, Daniel Jasper <djasper at google.com> wrote:
>>> +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
>> 
>> Why does this need asmparser and MC?
> 
> Sema depends on MC to parse MS inline asm, AFAIU.
> 
> I have no idea why asmparser...


Same story for the asmparser.. both are needed by Sema to handle the ms-style inline assembly.


 Chad



More information about the cfe-commits mailing list