https://llvm.org/bugs/show_bug.cgi?id=25923
Bug ID: 25923 Summary: lld/ELF2 linked application crashes if exceptions were used. Product: lld Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: unassignedb...@nondot.org Reporter: gri...@accesssoftek.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Sample code that uses exceptions linked with lld fails in runtime. int main() { try { throw 0; }catch(...) { } return 0; } ~/LLVM/build/bin/clang++ -fuse-ld=lld -g test.cpp -o runme terminate called after throwing an instance of 'int' Aborted (core dumped) -- 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