[PATCH] D31926: [XRay][compiler-rt] Remove the xray_fdr_log_printer_tool

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 21:45:02 PDT 2017


dberris created this revision.
Herald added a subscriber: mgorny.

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.


https://reviews.llvm.org/D31926

Files:
  lib/xray/tests/unit/CMakeLists.txt
  lib/xray/tests/unit/xray_fdr_log_printer_tool.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31926.94778.patch
Type: text/x-patch
Size: 11595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170411/7f7df6fe/attachment.bin>


More information about the llvm-commits mailing list