The commit in SVN r310001 that added support for this actually didn't use the right struct field for the frame pointer - for ARM, there is no register named Fp in the CONTEXT struct. On Windows, the R11 register is used as frame pointer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM