[PATCH] D58702: Enabled Backtraces with just ENABLE_BACKTRACES
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 18:34:43 PST 2019
compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.
This seems right, the Unix side will provide the same interfaces that do nothing in the case that the target doesn't support the backtrace API, and on Windows we provide the same interfaces using DbgHelp if we have access to it.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58702/new/
https://reviews.llvm.org/D58702
More information about the llvm-commits
mailing list