llvm-project/compiler-rt/include/xray
Martin Pelikan 1e0d3b43ea [XRay] [compiler-rt] stop writing garbage in naive log records
Summary:
Turns out sizeof(packed) isn't as strong as we'd hoped.  This makes sure
that when we initialize the padding, all 12 bytes will be zero.

Reviewers: dberris, kpw, eizan

Subscribers: delcypher, llvm-commits, #sanitizers

Differential Revision: https://reviews.llvm.org/D42494

llvm-svn: 323755
2018-01-30 13:25:25 +00:00
..
xray_interface.h [XRay][compiler-rt] Allow for building the XRay runtime without PREINIT initialization. 2017-08-03 00:58:45 +00:00
xray_log_interface.h [XRay][compiler-rt] Implement logging implementation registration 2017-12-05 12:08:56 +00:00
xray_records.h [XRay] [compiler-rt] stop writing garbage in naive log records 2018-01-30 13:25:25 +00:00