[llvm] r206228 - [ARM64][MC] Set the default CPU string to generic.
Andrew Trick
atrick at apple.com
Tue Apr 22 11:14:00 PDT 2014
On Apr 22, 2014, at 11:09 AM, Tim Northover <t.p.northover at gmail.com> wrote:
>> No, I'm saying that the default CPU in the JIT should always be the CPU
>> we're actually running on. That's not insane, that's how any sensible JIT
>> would work.
>
> Possibly (though the lldb developers may quibble about their JIT not
> being sensible). That wasn't the behaviour before though, it just
> randomly picked Cyclone for the giggles.
No, it picked “cyclone” because it was the only valid cpu, and will happen to work just fine for any arm64 target. “generic” is not a valid cpu choice, it just means “undefined".
-Andy
More information about the llvm-commits
mailing list