[PATCH] D49177: [CMake] Remove unnecesary list of source files for Xray unit tests.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 11 05:54:34 PDT 2018
delcypher created this revision.
delcypher added reviewers: dberris, george.karpenkov, kubamracek.
Herald added subscribers: Sanitizers, mgorny.
[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.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49177
Files:
lib/xray/CMakeLists.txt
lib/xray/tests/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49177.154976.patch
Type: text/x-patch
Size: 3355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180711/dff388ec/attachment.bin>
More information about the llvm-commits
mailing list