[llvm-commits] [llvm] r134741 - in /llvm/trunk/lib/Target/X86: MCTargetDesc/X86MCTargetDesc.cpp X86Subtarget.cpp

David A. Greene greened at obbligato.org
Fri Jul 8 16:28:20 PDT 2011


Eli Friedman <eli.friedman at gmail.com> writes:

> On Fri, Jul 8, 2011 at 4:00 PM, David A. Greene <greened at obbligato.org> wrote:
>> Evan Cheng <evan.cheng at apple.com> writes:
>>
>>> Author: evancheng
>>> Date: Fri Jul  8 16:14:14 2011
>>> New Revision: 134741
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=134741&view=rev
>>> Log:
>>> For non-x86 host, used generic as CPU name.
>>
>> Newish x86 hosts are still broken.
>
> svn up again; everything should be fixed as of r134768.

Now I am getting a lot of this:

llc: lib/Target/X86/X86Subtarget.cpp:286: llvm::X86Subtarget::X86Subtarget(const std::string&, const std::string&, const std::string&, unsigned int, bool): Assertion `(!In64BitMode || HasX86_64) && "64-bit code requested on a subtarget that doesn't support it!"' failed.

                                      -Dave




More information about the llvm-commits mailing list