Commit e92d692b authored by Logan Chien's avatar Logan Chien
Browse files

[ndk] Fix the possible unwind loop.

The function with both uwtable and noreturn may result in infinite
loop at runtime.  This is because [can't unwind] was not marked when
the function have both uwtable and nounwind.  Besides, the
optimization pass will not save the link register if the function has
the nounwind attribute.

Change-Id: I6ce8bf398dc9aa67f8aa11178c37e477fd9e2fd3
parent 9101abce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment