[haskell-llvm] Towards 0.10
Henning Thielemann
lemming at henning-thielemann.de
Mon Jul 18 09:18:03 BST 2011
On Mon, 18 Jul 2011, Henning Thielemann wrote:
> Now, how to proceed with the duplicate (dynamic+static) linking to
> libLLVM-2.[89].so and libLLVMSystem and so on?
>
> Currently in llvm.buildinfo.in the name of the dynamic library is constructed
> from the LLVM version:
> x-extra-ghci-libraries: LLVM- at llvm_version@
>
> Instead we might replace this by
> x-extra-ghci-libraries: @llvm_dynamic@
> and construct @llvm_dynamic@ from the '.so' files shown by 'llvm-config
> --libs'.
I have prepared a patch for this purpose:
https://github.com/thielema/llvm/commit/86d5efa0ab8ffe7fcab078bef5391a6c85171860
However, you still need to rerun autoconf.
More information about the Haskell-llvm
mailing list