This is an archive of the discontinued LLVM Phabricator instance.

Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64
ClosedPublic

Authored by lanza on Dec 6 2018, 3:09 PM.

Details

Reviewers
compnerd
lhames
Summary

lldb on Windows uses the ExecutionEngine for expression evaluation
and hits the llvm_unreachable due to this relocation. Thus, implement
the relocation and add a test to verify it's function.

Diff Detail

Event Timeline

lanza created this revision.Dec 6 2018, 3:09 PM
lanza updated this revision to Diff 177066.Dec 6 2018, 3:22 PM

clang format so Saleem doesn't murder me

compnerd accepted this revision.Dec 11 2018, 3:06 PM
This revision is now accepted and ready to land.Dec 11 2018, 3:06 PM