This is an archive of the discontinued LLVM Phabricator instance.

[XRay][compiler-rt] Remove the xray_fdr_log_printer_tool
ClosedPublic

Authored by dberris on Apr 10 2017, 9:45 PM.

Details

Summary

We can move this functionality into LLVM's tools instead, as it no
longer is strictly required for the compiler-rt testing infrastructure.
It also is blocking the successful bootstrapping of the clang compiler
due to a missing virtual destructor in one of the flag parsing library.

Since this binary isn't critical for the XRay runtime testing effort
anymore (yet), we remove it in the meantime with the hope of moving the
functionality in LLVM proper instead.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Apr 10 2017, 9:45 PM
echristo accepted this revision.Apr 10 2017, 9:56 PM
This revision is now accepted and ready to land.Apr 10 2017, 9:56 PM
kpw accepted this revision.Apr 10 2017, 10:10 PM

This was out of date with changes to the header and didn't write full thread buffers as well.

This revision was automatically updated to reflect the committed changes.