https://bugs.llvm.org/show_bug.cgi?id=35324

            Bug ID: 35324
           Summary: lld fails to emit SafeSEH entries for handlers defined
                    in DLLs
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: COFF
          Assignee: unassignedb...@nondot.org
          Reporter: l...@inglorion.net
                CC: llvm-bugs@lists.llvm.org

lld assumes that all entries in the SafeSEH table are DefinedRegular. However,
this is not true of symbols that come from import libraries, which are
DefinedImportThunk. These symbols are then omitted from the table, causing
programs that need those handlers to crash.

-- 
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

Reply via email to