This is an archive of the discontinued LLVM Phabricator instance.

[XRay][compiler-rt] Enable the XRay compiler-rt unit tests.
ClosedPublic

Authored by dberris on Aug 30 2017, 2:14 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Aug 30 2017, 2:14 AM
dberris updated this revision to Diff 113216.Aug 30 2017, 2:18 AM
  • fixup: revert changes to unrelated test
eizan accepted this revision.Aug 30 2017, 5:25 PM
This revision is now accepted and ready to land.Aug 30 2017, 5:25 PM
This revision was automatically updated to reflect the committed changes.