Fix build on iOS
authorSimon Hausmann <simon.hausmann@digia.com>
Thu, 10 Oct 2013 18:53:32 +0000 (20:53 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 10 Oct 2013 23:05:57 +0000 (01:05 +0200)
commit76e795f818df09610b769346c402f1408f13131a
tree91bb48ea141839e302044a7e0c5e3f2cacff901d
parent36a5530cc9e04ed0ea381ebd1e2b1517eaa50a9f
Fix build on iOS

On 32-bit ARM, iOS uses SJLJ for exceptions, which is probably why
_Unwind_Backtrace is not available (it's hard to implement reliably without
unwind tables). Don't use it there, we don't need it (because we can't JIT).

Task-Number: QTBUG-33979

Change-Id: Ifafbb59a32fd23c9b2e93228779535b2324ac4a3
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
src/qml/jsruntime/qv4stacktrace.cpp