[PATCH] D39175: [XRay][compiler-rt] Remove C++ STL from the buffer queue implementation
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 22 20:50:56 PDT 2017
dberris created this revision.
This change removes the dependency on C++ standard library
types/functions in the implementation of the buffer queue. This is an
incremental step in resolving llvm.org/PR32274.
https://reviews.llvm.org/D39175
Files:
compiler-rt/lib/xray/xray_buffer_queue.cc
compiler-rt/lib/xray/xray_buffer_queue.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39175.119809.patch
Type: text/x-patch
Size: 7246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171023/d3908a98/attachment.bin>
More information about the llvm-commits
mailing list