[PATCH] D42702: Fix llvm-config --system-libs output on FreeBSD and NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 7 10:58:00 PST 2018


krytarowski added a comment.

While there. There is feature in Clang/LLVM to print stacktrace on a crash. This is unusable on BSDs, as it prints signal handler's stacktrace instead of the program one. So regardless of cargo culting backtrace(3) it does not work as intended.

I'm not aware what's the proper solution to this, how to print the backtrace beyond the signal trampoline... are you interested to have a look? @bdrewery / @dim


Repository:
  rL LLVM

https://reviews.llvm.org/D42702





More information about the llvm-commits mailing list