[llvm-bugs] [Bug 32274] XRay should not use C++ standard libraries internally
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 27 19:03:42 PDT 2017
http://bugs.llvm.org/show_bug.cgi?id=32274
Dean Michael Berris <dberris at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Dean Michael Berris <dberris at google.com> ---
Fixed as of https://reviews.llvm.org/rL298835.
Not only have we removed the runtime dependency on the C++ standard library
runtime, but also removed some uses of std::atomic<...> that might prove
problematic in some cases.
--
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/20170328/f3caeccb/attachment.html>
More information about the llvm-bugs
mailing list