[PATCH] Use the integrated assembler by default on OpenBSD/powerpc

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Feb 28 05:43:24 PST 2014


On 28 February 2014 01:25, Brad Smith <brad at comstyle.com> wrote:
> On 27/02/14 9:43 PM, Rafael EspĂ­ndola wrote:
>>
>> Please also update MCAsmInfo, and if you are motivated, make clang use it
>> :-)
>
>
> Not having any real familiarity with LLVM/Clang I don't know what that
> means.

Oh, llvm itself also records which targets have a good integrated
assembler. It is in the class MCAsmInfo. We want to keep that in sync
with clang and eventually just have clang use that.

Cheers,
Rafael




More information about the cfe-commits mailing list