[XRay][compiler-rt] Use llvm-xray in FDR mode tests
authorDean Michael Berris <dberris@google.com>
Thu, 30 Mar 2017 00:35:58 +0000 (00:35 +0000)
committerDean Michael Berris <dberris@google.com>
Thu, 30 Mar 2017 00:35:58 +0000 (00:35 +0000)
commit51c1365501f559c4952245d2dc25918f228fd04b
tree7d5424c23b376df3c6b731d577b41f627c834b7a
parent835832d37af3401601264fcd620e9af5720f041f
[XRay][compiler-rt] Use llvm-xray in FDR mode tests

Summary:
This change allows us to do an end-to-end test of the FDR mode
implementation that uses the llvm-xray tooling to verify that what we
are both writing and reading the data in a consistent manner.

Reviewers: kpw, pelikan

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D31454

llvm-svn: 299042
compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc
compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc [new file with mode: 0644]