Hi, it would be nice to have available llvm-config binary, without suffix, in every installation of llvm, using alternatives. Actually it is in llvm package depending on llvm-3.1, but I can't use it with 3.2, I have to use llvm-config-3.2 and it must be specified this way in every program using it. It would be more user friendly if it is available with every version, pointing to a default suggested one if more are available, like what happens, for example, with the gcc binary.<br>


<br>
This way patches like this shouldn't be needed:<br>

<a href="http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/13-llvm-config-pick-a-version.diff;h=4e85ff6e229ec4d1680aad8c40e0fc8c07d73d20;hb=refs/heads/debian-experimental">http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/13-llvm-config-pick-a-version.diff;h=4e85ff6e229ec4d1680aad8c40e0fc8c07d73d20;hb=refs/heads/debian-experimental</a><br>
<br>
Thanks.