[CMake] Fix standalone build after LLVM exports utility targets
authorStefan Granitz <stefan.graenitz@gmail.com>
Fri, 11 Jan 2019 21:59:58 +0000 (21:59 +0000)
committerStefan Granitz <stefan.graenitz@gmail.com>
Fri, 11 Jan 2019 21:59:58 +0000 (21:59 +0000)
commit8c026e44cfa1197496df09bae6d9622805ccdd10
treea55d45275603125facf1b6480e6747fafe2e18e1
parente49576014077d4080f51a56799fca0bdf9dbb522
[CMake] Fix standalone build after LLVM exports utility targets

LLVM started exporting targets for utilites with https://reviews.llvm.org/rL350959, which broke compiler-rt standalone builds because it was used to define FileCheck manually.
Changed this, so FileCheck gets imported now.

llvm-svn: 350973
compiler-rt/test/CMakeLists.txt