Skip to content

'make check' reports 'cfg: incompatible LLVM version 2.8, expected 2.8svn' #177

Closed
@toolness

Description

@toolness

The official LLVM 2.8 release seems to work okay with Rust, yet Rust's Makefile specifically looks for 2.8svn. Doing a find/replace on the Makefile for '2.8svn' -> '2.8' works; it'd be great if the Makefile could accept 2.8 w/o having to hack it, though, or if perhaps we could force a different version of LLVM through a command-line option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions