[PATCH] D33032: [XRay][lib] Support and temporarily skip over CustomEvent records
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 11 18:06:57 PDT 2017
dberris added inline comments.
================
Comment at: lib/XRay/Trace.cpp:278
+ return E;
default:
// Widen the record type to uint16_t to prevent conversion to char.
----------------
timshen wrote:
> Missing break?
Good catch! Thanks.
https://reviews.llvm.org/D33032
More information about the llvm-commits
mailing list