[cmake] Switch FATAL_ERROR to SEND_ERROR
authorShoaib Meenai <smeenai@fb.com>
Thu, 2 Nov 2017 01:07:37 +0000 (01:07 +0000)
committerShoaib Meenai <smeenai@fb.com>
Thu, 2 Nov 2017 01:07:37 +0000 (01:07 +0000)
commit909f5c9b7c81c600ba8a80c45f60717a61b31dc0
tree95af74a191b1b63161b93f8eea8ae7b098c57ae9
parentf501759a85882e076f5e6a6b3e04651038e0348c
[cmake] Switch FATAL_ERROR to SEND_ERROR

It's possible for multiple distribution components to have missing
targets, and it's a lot more convenient to get all those errors in one
shot rather than having to fix them individually.

llvm-svn: 317148
llvm/CMakeLists.txt