On Tue, Mar 04, 2014 at 01:33:48PM +0000, Daniel Sanders wrote:
> You'll find four  'UseIntegratedAssembler = true;' statements in
> lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp, one in each
> MCAsmInfo subclass. These enable the integrated assembler by
> default for X86. There are similar statements in other subclasses
> of MCAsmInfo.
> 
> The PowerPC version of this code (in PPCMCAsmInfo.cpp) currently
> looks like this:
>         if (T.getOS() == llvm::Triple::FreeBSD ||                             
>           
>             (T.getOS() == llvm::Triple::NetBSD && !is64Bit))                  
>           
>           UseIntegratedAssembler = true;

Thank you for pointing that out. I have submitted a patch to the
LLVM list.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to