<div dir="ltr">Ups, I sent it to the wrong mailing list. :-(<div><br></div><div style><br></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 10, 2013 at 1:35 PM, James Molloy <span dir="ltr"><<a href="mailto:James.Molloy@arm.com" target="_blank">James.Molloy@arm.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Tobi,<br>
<br>
[cc llvm-commits]<br>
<br>
I don't understand why you need to replicate all that - why can't you just change:<br>
<br>
if (Implementer == "0x41") // ARM Ltd.<br>
<br>
To:<br>
<br>
if (Implementer == "0x41" || Implementer == "0x31")<br>
<br>
?<br>
<br>
It looks like the feature strings will be the same - and in fact we grabbed them straight from the Linux kernel source which returns the same strings for ARM-like CPUs (QC or ARM).</blockquote><div><br></div><div style>I was unsure if the feature strings will be the same. However, I just looked into the Linux code and it seems it always emits the same feature strings for both targets. Here an updated patch.</div>
<div style><br></div><div style>OK to commit?</div><div style><br></div><div style>Cheers,</div><div style>Tobias</div></div></div></div>