configure.ac: Move LLVM functions to the top
authorTobias Droste <tdroste@gmx.de>
Sat, 19 Nov 2016 01:38:58 +0000 (02:38 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 14:43:46 +0000 (14:43 +0000)
commit0cc4ffd67b7a9fa8d9f22aab0834f9eb004b659f
tree354804cba371b6c42caf8c9008c6dde2938ca7f1
parentbf4b0fc33b1ddec47041bbc826485dbff0536318
configure.ac: Move LLVM functions to the top

This just moves code around so that all LLVM related stuff is at the
top of the file in the correct order.
No functional change.

Signed-off-by: Tobias Droste <tdroste@gmx.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac