<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 15, 2011, at 7:40 PM, Eli Friedman wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>This breaks the clang-native-arm-cortex-a9 builder; see<br><a href="http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9/builds/182">http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9/builds/182</a><br>.<br><br>It looks like the issue is that SequenceOp::apply in<br>utils/TableGen/SetTheory.cpp essentially calls snprintf with the<br>format strings like "e%u" while passing in an int64_t.  While that<br>happens to work on x86, it doesn't work so well on ARM; you end up<br>printing random garbage. :)<br></div></blockquote><div><br></div><div>Ugh. I had thought about that, but forgot to fix it!</div><div><br></div><div>Thanks. r133141.</div><div><br></div><div>/jakob</div><div><br></div><div><br></div><div><br></div></div></body></html>