[haskell-llvm] pkg-config for LLVM-3.2

Nathan Howell nathan.d.howell at gmail.com
Sun May 19 21:21:19 BST 2013


You've hit the weak symbol bug that I linked to earlier.


On Sun, May 19, 2013 at 1:09 PM, Henning Thielemann <
lemming at henning-thielemann.de> wrote:

>
> On Sun, 19 May 2013, Nathan Howell wrote:
>
>  run 'nm /home/thielema/.cabal/lib/**llvm-base-3.2.0.0.2/ghc-7.6.3/**HSllvm-base-3.2.0.0.2.o'
>> and check the
>> symbol type. It's probably related to the GHCi loader bug I mentioned
>> earlier.
>>
>
> $ nm llvm-base-3.2.0.0.2/ghc-7.6.3/**HSllvm-base-3.2.0.0.2.o | fgrep
> _ZN4llvm12SMDiagnosticD1Ev
> 0000000000000000 W _ZN4llvm12SMDiagnosticD1Ev
>
> $ nm llvm-base-3.0.0.2/ghc-7.6.3/**HSllvm-base-3.0.0.2.o | fgrep
> SMDiagnostic
>                  U _**ZN4llvm19ParseAssemblyStringEP**KcPNS_6ModuleERNS_**
> 12SMDiagnosticERNS_**11LLVMContextE
>                  U _**ZNK4llvm12SMDiagnostic5PrintEP**KcRNS_11raw_ostreamE
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://projects.haskell.org/pipermail/haskell-llvm/attachments/20130519/9925b618/attachment-0001.htm>


More information about the Haskell-llvm mailing list