[PATCH] D39277: [XRay][compiler-rt] Remove more STL dependenices from FDR mode

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 22:21:24 PDT 2017


dberris created this revision.

This change removes dependencies on STL types:

- std::aligned_storage -- we're using manually-aligned character buffers instead for metadata and function records.
- std::tuple -- use a plain old struct instead.

This is an incremental step in removing all STL references from the
compiler-rt implementation of XRay (llvm.org/PR32274).


https://reviews.llvm.org/D39277

Files:
  compiler-rt/lib/xray/xray_fdr_logging.cc
  compiler-rt/lib/xray/xray_fdr_logging_impl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39277.120186.patch
Type: text/x-patch
Size: 10819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/81881cc7/attachment.bin>


More information about the llvm-commits mailing list