summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-01-21 16:22:59 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-01-21 16:22:59 +0000
commitb64d3273a331e40bfbd9c76b7d40e45b92ea3217 (patch)
tree0bd409c6f929a9ab294fcd4a608a080f27c3cb76 /llvm/lib
parentc06f0cf88c7697fc015934a3629025934d5523e8 (diff)
downloadbcm5719-llvm-b64d3273a331e40bfbd9c76b7d40e45b92ea3217.tar.gz
bcm5719-llvm-b64d3273a331e40bfbd9c76b7d40e45b92ea3217.zip
X86: swap EBP, ESP on !APPLE
Restore the `libunwind.h` enumeration values back to the inverted values. This diverges from the DWARF definition of the register values. However, this allows our header to be compatible with other unwind implementations (e.g. HP, GNU Savannah, GCC). The register IDs are only swapped in the header and need to be unswapped when accessing the unwind register file. The flipped EBP and ESP only applies on non-Apple x86 targets. When optimizations were enabled, EBP and ESP would no longer be equivalent. As a result, the incorrect access on Linux would manifest as a failure to unwind the stack. We can now unwind the stack with and without FPO on Linux x86. Resolves PR30879! llvm-svn: 292723
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud