Skip to content

Build Failure LLVM-TF-3.0.0.1  #71

@ghost

Description

In Type.hs

There is a typo.

Line 75, FFI.fP128Type should be FFI.fp128Type
-- error is the case of "p"

In LLVM.Core.Instructions

Line 177 has a type error. p :: Int when the function expects a CInt. This is because
FFI.cmpInstGetPredicate
returns an IO Int not IO CInt
Not sure how best to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions