[Lldb-commits] [PATCH] D32930: New framework for lldb client-server communication tests.

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 11 20:11:45 PDT 2017


krytarowski added a comment.

If I'm not mistaken LLVM `__builtin_debugtrap` is defined only for X86. It will also fail on GCC as there is no support for it.

The NetBSD buildbot in LLDB runs GCC 5.x with libstdc++.


https://reviews.llvm.org/D32930





More information about the lldb-commits mailing list