[CMake] Remove unnecesary list of source files for Xray unit tests.
authorDan Liew <dan@su-root.co.uk>
Thu, 12 Jul 2018 13:48:18 +0000 (13:48 +0000)
committerDan Liew <dan@su-root.co.uk>
Thu, 12 Jul 2018 13:48:18 +0000 (13:48 +0000)
commit4625480acb27720f2bff83d22e364ba2365e362e
tree77ea89d89229aa02ad4b81ec14261375947db39c
parentc5d759a92684e971e94b09b14542fc7433b6abc5
[CMake] Remove unnecesary list of source files for Xray unit tests.

The list duplicates information already available in the parent
directory so use that instead. It is unclear to me why we need
to spell out the dependencies explicitly but fixing that should
be done in a separate patch.

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

llvm-svn: 336905
compiler-rt/lib/xray/CMakeLists.txt
compiler-rt/lib/xray/tests/CMakeLists.txt