configure: Trust LLVM >= 4.0 llvm-config --libs for shared libraries
authorMichel Dänzer <michel.daenzer@amd.com>
Tue, 8 Aug 2017 07:20:55 +0000 (16:20 +0900)
committerMichel Dänzer <michel@daenzer.net>
Mon, 14 Aug 2017 04:37:54 +0000 (13:37 +0900)
commit3d8da1f678e196af619d74845f7d5f564ce40ea3
tree4da081177b48dbc8b58f0f95ffae5109905baab0
parent165e18dd219fbf4d60fd582b02e2dbf75ccd026f
configure: Trust LLVM >= 4.0 llvm-config --libs for shared libraries

No need to manually look for the library files anymore with current
LLVM. This sidesteps the manual method failing when LLVM was built with
-DLLVM_APPEND_VC_REV=ON.

(This might already work with older versions of LLVM)

Acked-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac