Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue associated with SVN LLVM. #43

Closed
wants to merge 1 commit into from
Closed

Fix issue associated with SVN LLVM. #43

wants to merge 1 commit into from

Conversation

cpp-10
Copy link

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

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
Copy link
Collaborator

Ralith commented Apr 26, 2013

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