[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

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 3 16:31:36 PST 2012


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...



More information about the cfe-commits mailing list