Skip to content
Commit 21b03481 authored by Evan Cheng's avatar Evan Cheng
Browse files

Disable the Thumb no-return call optimization:

mov lr, pc
b.w _foo

The "mov" instruction doesn't set bit zero to one, it's putting incorrect
value in lr. It messes up backtraces.

rdar://12663632

llvm-svn: 167657
parent f57b4355
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment