configure.ac: Use new helper function for LLVM
authorTobias Droste <tdroste@gmx.de>
Sat, 19 Nov 2016 01:38:56 +0000 (02:38 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 14:43:46 +0000 (14:43 +0000)
commit9a3bccc75e82397f3331e0923b8530af2309d1cd
treea873c5d521907b4bf2297f2b7029ffc47635004c
parentd434633b76108f0e1e456fc91e8eed8df51553e8
configure.ac: Use new helper function for LLVM

Use the new helper function to add LLVM targets and components.
The components are added one by one to later find out which component
is missing in case there is one.

Signed-off-by: Tobias Droste <tdroste@gmx.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
[Emil Velikov: s/ipos/ipo/, drop "yes" argument from llvm_add_component]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac