search for: 3d48497f

Displaying 2 results from an estimated 2 matches for "3d48497f".

2014 Dec 11
2
[LLVMdev] Debugging on unavailable hardware
...RM boards for > testing. They have a 15 minute trial that you could run some examples > and retrieve the logs. > > cheers, > --renato > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141211/3d48497f/attachment.html>
2014 Dec 10
2
[LLVMdev] Debugging on unavailable hardware
Hi all, In revision 223114 I committed a fix to clang project. It caused fail on clang-native-arm-cortex-a9: http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/23599. According to logs it was a problem with memory allocated by malloc. Reverting the fix in 223120 made the bot green. The changed code does nothing with heap, none of other bots failed, so it looks like a platform