[llvm] r190730 - Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.
Chris Lattner
clattner at apple.com
Fri Sep 13 17:57:16 PDT 2013
On Sep 13, 2013, at 4:04 PM, Filip Pizlo <fpizlo at apple.com> wrote:
>> ==============================================================================
>> --- llvm/trunk/include/llvm/Support/ManagedStatic.h (original)
>> +++ llvm/trunk/include/llvm/Support/ManagedStatic.h Fri Sep 13 17:59:47 2013
>> @@ -99,7 +99,6 @@ public:
>> /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
>> void llvm_shutdown();
>>
>> -
>
> Eek! Sorry about that. :-/
>
> Should I revert this change in a separate changeset or should I assume that the damage is already done and be more careful next time?
Not a problem, don't worry :)
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130913/6e996742/attachment.html>
More information about the llvm-commits
mailing list