Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RuntimeDyld support COFF #22606

Closed
llvmbot opened this issue Jan 14, 2015 · 3 comments
Closed

Make RuntimeDyld support COFF #22606

llvmbot opened this issue Jan 14, 2015 · 3 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jan 14, 2015

Bugzilla Link 22232
Resolution FIXED
Resolved on Sep 12, 2019 11:30
Version trunk
OS Windows NT
Reporter LLVM Bugzilla Contributor
CC @chfast,@lhames,@rnk

Extended Description

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.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jan 14, 2015

assigned to @majnemer

@chfast
Copy link
Contributor

chfast commented Sep 11, 2019

This is pretty old. What is the status of this?

@lhames
Copy link
Contributor

lhames commented Sep 12, 2019

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.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

3 participants