http://llvm.org/bugs/show_bug.cgi?id=1414

Reid Kleckner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #14 from Reid Kleckner <[email protected]> ---
So far as I can tell, LLVM does in fact support multiple personalities per
module, so I'll mark it fixed as per the title.

The rest of the bug comments discuss multiple personalities in one function.
Supporting multiple personalities in a single function is IMO infeasible, as
we'd need to split the function in the backend so that different regions of
code have different EH tables. We'd also need some crazy CFI to make it work.
Each object file format would present a unique set of challenges as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to