[LLVMbugs] [Bug 16888] [-cxx-abi microsoft] static local initialization requires a guard variable
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 10 14:24:11 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16888
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Reid Kleckner <rnk at google.com> ---
Implemented in r190427. Now llvm-tblgen mostly works.
Also, llvm::outs and errs shouldn't be using local statics because, well,
they're not thread-safe. =D
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130910/e76f59ce/attachment.html>
More information about the llvm-bugs
mailing list