[llvm-dev] CrashRecoveryContext::getBacktrace

Paul Hancock via llvm-dev llvm-dev at lists.llvm.org
Sun May 14 03:12:52 PDT 2017


So it didn't get fully implemented and instead it was removed without notification because it was assumed people never used it? Because I had it in use in my code and now I need to find an alternate way to pull the backtrace...


________________________________
From: George Burgess IV <george.burgess.iv at gmail.com>
Sent: 09 May 2017 17:38
To: Paul Hancock
Cc: llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] CrashRecoveryContext::getBacktrace

It was removed by http://llvm.org/viewvc/llvm-project?view=revision&revision=264458 .

Going off of the commit message, it seems that the string it returned was always empty (at the time of the code's removal, at least).

On Sun, May 7, 2017 at 10:15 PM, Paul Hancock via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:

Where did getBacktrace go? I cant find any changes about it except for it simply disappearing after I updated from 3.8 to 4.0...

_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170514/6622f0d6/attachment.html>


More information about the llvm-dev mailing list