Files
tinygo/compiler
Ayke van Laethem 478dd3a28d compiler: add nounwind attribute
This attribute is also set by Clang when it compiles C source files
(unless -fexceptions is set). The advantage is that no unwind tables are
emitted on Linux (and perhaps other systems). It also avoids
__aeabi_unwind_cpp_pr0 on ARM when using the musl libc.
2021-10-25 13:39:54 +02:00
..
2021-10-25 13:39:54 +02:00
2021-10-03 16:28:34 +02:00
2021-09-27 15:47:12 +02:00
2021-09-27 15:47:12 +02:00
2021-10-25 13:39:54 +02:00
2021-09-27 15:47:12 +02:00
2021-10-25 13:39:54 +02:00
2021-09-27 15:47:12 +02:00
2021-10-25 13:39:54 +02:00
2021-09-27 15:47:12 +02:00
2021-10-25 13:39:54 +02:00