[llvm-commits] [llvm] r133105 - in /llvm/trunk: docs/ include/llvm/Target/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/Blackfin/ lib/Target/CellSPU/ lib/Target/MBlaze/ lib/Target/MSP430/ lib/Target/Mips/ lib/Target/PTX/ lib/Target/PowerPC/ lib/T

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Jun 15 20:02:25 PDT 2011


On Jun 15, 2011, at 7:40 PM, Eli Friedman wrote:
> 
> This breaks the clang-native-arm-cortex-a9 builder; see
> http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9/builds/182
> .
> 
> It looks like the issue is that SequenceOp::apply in
> utils/TableGen/SetTheory.cpp essentially calls snprintf with the
> format strings like "e%u" while passing in an int64_t.  While that
> happens to work on x86, it doesn't work so well on ARM; you end up
> printing random garbage. :)

Ugh. I had thought about that, but forgot to fix it!

Thanks. r133141.

/jakob



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110615/ee686671/attachment.html>


More information about the llvm-commits mailing list