[PATCH] D30709: Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF

Björn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 05:44:06 PST 2018


LepelTsmok added a comment.

I tried this "patch" with Windows 7 64bit to realize exception handling from jitted code. That works fine.

But if you run the same application on Windows 10, it will crash. I even compiled the code with the windows 10 SDK.


https://reviews.llvm.org/D30709





More information about the llvm-commits mailing list