Displaying 2 results from an estimated 2 matches for "c103c7d3".
2015 Aug 05
2
[BUG] Incorrect ASCII escape characters on Mac
...e at intel.com Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150805/c103c7d3/attachment.bin>
2015 Aug 04
2
[LLVMdev] [BUG] Incorrect ASCII escape characters on Mac
Hi,
The bug originated when one of our tests failed with an
answer-mismatch on Mac, after upgrading to XCode 6.2. The internal IR
after all our transforms, and just before it hits the final LLVM
lowering is identical on Mac and Linux:
var t6 : int8_T{col}[10] = {34, -48, 18, -12, 33, 0, 21, -7, -20, -31};
The LLVM lowering itself doesn't try to do anything smart. When we
dumpModule, we