https://llvm.org/bugs/show_bug.cgi?id=24784
Bug ID: 24784 Summary: "lld -flavor link" causes R6002 - floating point support not loaded. Product: lld Version: unspecified Hardware: PC OS: Windows XP Status: NEW Severity: release blocker Priority: P Component: All Bugs Assignee: unassignedb...@nondot.org Reporter: james.ba...@bullochtech.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 14867 --> https://llvm.org/bugs/attachment.cgi?id=14867&action=edit R6002 - floating point support not loaded. Software compiled statically with clang++ (not clang-cl) and linked with libcmt(d).lib and libcpmt(d).lib generate a Runtime error soon into execution. If linked with Microsoft's link.exe, it works properly. This is new as of a few weeks ago, but I'm unclear at which point this issue started. I'm trying to find a simple example to demonstrate this, but I can't debug it to find it. As soon as I hit Retry, which should break at the offending line of code, the software exits instead. Strangely, it is not immediate, but happens after our software has been running for a couple of seconds. I can verify that we have already done several floating point operations. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs