This is an archive of the discontinued LLVM Phabricator instance.

[XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY` for XRay unit tests
ClosedPublic

Authored by dberris on Jul 15 2018, 6:08 PM.

Details

Summary

Fix a TODO in CMake config for XRay tests to use the detected C++ ABI
library in the tests.

Also make the tests depend on the llvm-xray target when built in-tree.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Jul 15 2018, 6:08 PM
eizan accepted this revision.Jul 15 2018, 6:11 PM
This revision is now accepted and ready to land.Jul 15 2018, 6:11 PM
This revision was automatically updated to reflect the committed changes.