configure.ac: add missing LLVM components for OpenCL
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 5 Oct 2017 10:19:08 +0000 (11:19 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 13 Oct 2017 11:56:13 +0000 (12:56 +0100)
commitdf3a43018020c16c1dfa88a76c9a84c9fb85be38
treeab74c665ceba2f616c12f18a6056ae56aa419e6b
parent36d6d1e931936a80da327889862ba02942ac427b
configure.ac: add missing LLVM components for OpenCL

Coverage and LTO seems to be hard requirements for Clang, while
coroutines is needed as of LLVM/Clang 4.0.

Mark the last one as "optional" so we handle every case.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Tobias Droste <tdroste@gmx.de>
configure.ac