diff options
author | Dean Michael Berris <dberris@google.com> | 2017-10-27 23:59:41 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2017-10-27 23:59:41 +0000 |
commit | e8fec1955a6a4cdaa8d494cbfe13850ee06bf3fb (patch) | |
tree | f479bc2f73ec5c40eec76a7c245fc7e060510f48 /llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | |
parent | d0c6cf2e8cccee92ff47a4efe992b5b2cc06c647 (diff) | |
download | bcm5719-llvm-e8fec1955a6a4cdaa8d494cbfe13850ee06bf3fb.tar.gz bcm5719-llvm-e8fec1955a6a4cdaa8d494cbfe13850ee06bf3fb.zip |
[XRay][compiler-rt] Remove more STL dependenices from FDR mode
Summary:
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).
Reviewers: dblaikie, pelikan, kpw
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D39277
llvm-svn: 316816
Diffstat (limited to 'llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp')
0 files changed, 0 insertions, 0 deletions