Make FileCheck be a common dependency, not an ASan one.
authorFilipe Cabecinhas <me@filcab.net>
Fri, 20 Feb 2015 03:41:07 +0000 (03:41 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Fri, 20 Feb 2015 03:41:07 +0000 (03:41 +0000)
commita1225be1ea3e37d9983e7f17df00a80a1dd349fb
tree27fc799aed12b10edfac1f5105ae31650efe94eb
parent11f42aa2854bf27a7eb38e3fbfe1fe0f5a24a24a
Make FileCheck be a common dependency, not an ASan one.

Summary:
It still gets picked up by ASan, but it also gets picked up by the other
test suites.

Otherwise, some test suites (e.g: UBSan) would complain they had no
dependencies, and wouldn't run.

Reviewers: samsonov, eugenis

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7740

llvm-svn: 229962
compiler-rt/test/CMakeLists.txt
compiler-rt/test/asan/CMakeLists.txt