[LLVMbugs] [Bug 1145] Support nothrow attribute on function calls
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Mar 21 19:21:22 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1145
rspencer at x10sys.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rspencer at x10sys.com 2007-03-21 21:21 -------
These patches add assembly support for nounwind and noreturn attributes:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046082.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046084.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046086.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046088.html
Test case is here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046087.html
Both nothrow and noreturn are now fully supported in VMCore, Bytecode, and
Assembly. I'm closing this bug as done since all that it asks has been
completed. Changes to the prune-eh pass should be done under a separate PR.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list