Skip to content

Use __builtin_trap() on Clang on any platform

Martin Storsjö requested to merge mstorsjo/glib:clang-trap into master

This produces a usable definition of G_BREAKPOINT for clang targeting mingw platforms on architectures other than x86, where raise() isn't a suitable final fallback.

Merge request reports