configure.ac: link against same LLVM components as libclang.so
commita0f1ce8b46206504609382bf49529995ac385890
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Oct 2012 16:04:28 +0000 (5 18:04 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Oct 2012 16:09:57 +0000 (5 18:09 +0200)
tree5707e131b34bf652be19dc0c0f4fd892cea76658
parentbd7b836d97128bb47bace4be1f65bbfc20b22222
configure.ac: link against same LLVM components as libclang.so

Since 9d5f18a (configure.ac: only link against libraries from LLVM
analysis component, Wed Jan 18 16:50:36 2012 +0100), we only link
against some components of LLVM, but the choice of which components
to include was made fairly arbitrarily.
This appeared to work, but fails do so on more recent versions of clang.
Instead, we now link against the same LLVM components as libclang.so.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac