OSDN Git Service

Use IMP_LIB_EXT when checking for LLVM shared libraries
authorJon TURNEY <jon.turney@dronecode.org.uk>
Fri, 4 Sep 2015 13:00:19 +0000 (14:00 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 10 Sep 2015 14:09:30 +0000 (15:09 +0100)
commitadeba943e1d89cba824c054bac6a1b64e415921e
tree92ecefc51f92b4c4ffbf34f6e9e5cd93e3c2f868
parent2c3007652d5177fe6d018de67be8209a1c3f1b83
Use IMP_LIB_EXT when checking for LLVM shared libraries

When checking for LLVM shared libraries, use IMP_LIB_EXT for the extension for
shared libraries appropriate to the target, rather than hardcoding '.so'

Also add some comments to explain why we have this circus of pain.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac