Skip to content

Fix issue associated with SVN LLVM. - #43

Closed
cpp-10 wants to merge 1 commit into
bos:masterfrom
cpp-10:master
Closed

Fix issue associated with SVN LLVM.#43
cpp-10 wants to merge 1 commit into
bos:masterfrom
cpp-10:master

Conversation

@cpp-10

@cpp-10 cpp-10 commented Feb 6, 2013

Copy link
Copy Markdown

When compiling the Haskell binding against a SVN version of LLVM, the output of llvm-config --version is (for example) 3.0svn.

This causes the HS_LLVM_VERSION variable to become 300svn and breaks all preprocessor #if checks on said variable.

Commit c6d1c5c fixes the issue by stripping the "svn" (or any other suffix) from the version string.

@Ralith

Ralith commented Apr 26, 2013

Copy link
Copy Markdown
Collaborator

A similar fix was present in #39

@Ralith Ralith closed this Apr 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants