[PATCH] D144174: [Support][RISCV] Disable use of backtrace() for RISC-V backtraces

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 02:10:59 PST 2023


arichardson added a comment.

I am almost certain `backtrace()` does work on FreeBSD, so there should be a `__linux__` check as well.
The comment says it only exists on glibc systems, but on FreeBSD libexecinfo provides this functionality.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144174/new/

https://reviews.llvm.org/D144174



More information about the llvm-commits mailing list