[PATCH] D37290: [XRay][compiler-rt] Enable the XRay compiler-rt unit tests.

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 02:15:00 PDT 2017


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

Before this change we seemed to not be running the unit tests, and therefore we
set out to run them. In the process of making this happen we found a divergence
between the implementation and the tests.

This includes changes to both the CMake files as well as the implementation and
headers of the XRay runtime. We've also updated documentation on the changed
functions.


https://reviews.llvm.org/D37290

Files:
  lib/xray/tests/CMakeLists.txt
  lib/xray/tests/unit/buffer_queue_test.cc
  lib/xray/tests/unit/fdr_logging_test.cc
  lib/xray/xray_buffer_queue.h
  test/xray/TestCases/Linux/quiet-start.cc
  test/xray/Unit/lit.site.cfg.in
  test/xray/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37290.113215.patch
Type: text/x-patch
Size: 6446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170830/98d1a6e7/attachment.bin>


More information about the llvm-commits mailing list