search for: fdc8672d

Displaying 2 results from an estimated 2 matches for "fdc8672d".

2015 Jul 21
2
[LLVMdev] Problem with InsertPointGuard ABI?
...LLVM has been built with or without NDEBUG. Can I do anything more about it? Contributions related to LLVM_ENABLE_ABI_BREAKING_CHECKS needed? - Paweł -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150721/fdc8672d/attachment.html>
2015 Jul 13
2
[LLVMdev] Problem with InsertPointGuard ABI?
Hi, I have problem with IRBuilderBase::InsertPointGuard class that simply does not work in the release build of my project. The class does not restore the IRBuilder's insert point correctly when NDEBUG macro is set. It happens on OSX system only, trunk version of the LLVM built with brew. I suspect it is the ABI problem. InsertPointGuard uses AssertingVT for debug builds. LLDB gets confused