Move setBugReportMsg() out from under a conditional
authorLeonard Chan <leonardchan@google.com>
Thu, 26 Mar 2020 23:39:03 +0000 (16:39 -0700)
committerLeonard Chan <leonardchan@google.com>
Thu, 26 Mar 2020 23:39:03 +0000 (16:39 -0700)
commit5d929e66469d7d9ff8c63e7e1ec139c195510c94
tree27d34239bdbf66c9ef93c6afa2e006401cee1cae
parentd26e0bcfba6ca4f9946ec712b8815d386dfec9c5
Move setBugReportMsg() out from under a conditional

Fixes a build break with LLVM_ENABLE_BACKTRACES=OFF.

Differential Revision: https://reviews.llvm.org/D76893
llvm/lib/Support/PrettyStackTrace.cpp