LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 22232 - Make RuntimeDyld support COFF
Summary: Make RuntimeDyld support COFF
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Generic Execution Engine Support (show other bugs)
Version: trunk
Hardware: PC Windows NT
: P normal
Assignee: David Majnemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 15:20 PST by Zachary Turner
Modified: 2019-09-12 11:30 PDT (History)
4 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zachary Turner 2015-01-14 15:20:01 PST
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.
Comment 1 Paweł Bylica 2019-09-11 04:08:03 PDT
This is pretty old. What is the status of this?
Comment 2 Lang Hames 2019-09-12 11:30:43 PDT
There is actually a RuntimeDyldCOFF now. It's not complete, but if we have issues with it we should file specific bugs for those. I think we can call this fixed.