We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e096e84 commit 7b03ba6Copy full SHA for 7b03ba6
1 file changed
runtime/druntime/src/core/thread/osthread.d
@@ -44,6 +44,9 @@ version (LDC)
44
{
45
import ldc.sanitizers_optionally_linked;
46
}
47
+
48
+ pragma(LDC_intrinsic, "llvm.eh.unwind.init")
49
+ void llvm_unwind_init();
50
51
52
@@ -1654,7 +1657,8 @@ in (fn)
1654
1657
1655
1658
else
1656
1659
- static assert(false, "Architecture not supported.");
1660
+ llvm_unwind_init();
1661
+ sp = &sp;
1662
1663
1664
0 commit comments