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

            Bug ID: 22232
           Summary: Make RuntimeDyld support COFF
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Generic Execution Engine Support
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Conditional breakpoints in LLDB do some stuff which I don't understand that
ultimately trickles down to a call to RuntimeDyld::loadObject with a COFF
object.  Since this is unsupported, it leads to a report_fatal_error.

We should get this working.

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