Changes from Git (git http://labmaster3.local/git/llvm-project.git)
Summary
[LLDB] [ARM] Use r11 as frame pointer on Windows on ARM (details)
Commit
45c843de4eb8a0d2aa42543b4fcfefcbca4191d8
by martin
[LLDB] [ARM] Use r11 as frame pointer on Windows on ARM Extend EmulateMOVRdRm to identify "mov r11, sp" in thumb mode as setting the frame pointer, if r11 is the frame pointer register. Differential Revision: https://reviews.llvm.org/D70797