[llvm-commits] [llvm] r164132 - in /llvm/trunk: include/llvm/Support/ lib/CodeGen/ lib/Target/ARM/MCTargetDesc/ lib/Target/MBlaze/MCTargetDesc/ lib/Target/Mips/MCTargetDesc/ lib/Target/PowerPC/MCTargetDesc/ lib/Target/X86/MCTargetDesc/ tools/llvm

John McCall rjmccall at apple.com
Tue Sep 18 15:01:36 PDT 2012


On Sep 18, 2012, at 2:56 PM, David Blaikie wrote:
> On Tue, Sep 18, 2012 at 2:50 PM, John McCall <rjmccall at apple.com> wrote:
>> On Sep 18, 2012, at 9:08 AM, Roman Divacky wrote:
>>> Author: rdivacky
>>> Date: Tue Sep 18 11:08:49 2012
>>> New Revision: 164132
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=164132&view=rev
>>> Log:
>>> When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
>>> store this and use it to not emit long nops when the CPU is geode which
>>> doesnt support them.
>> 
>> It appears you need to update clang as well:
> 
> Have you synced up to at least r164132 in clang?

...yes, but apparently I was sitting on a branch.  Sorry for the noise.

John.



More information about the llvm-commits mailing list