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

            Bug ID: 39516
           Summary: Check for an error in finalizeObject
           Product: libraries
           Version: 7.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: MCJIT
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Created attachment 21062
  --> https://bugs.llvm.org/attachment.cgi?id=21062&action=edit
Patch to catch error

The resolution of external symbols can yield an error nowadays. The only way to
cope with that error is to invoke the fatal error handling routine (sadly).
The attached patch catches such an error. If it remains uncaught, it might
yield to a segfault during execution.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to