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

crema does not compile with latest llvm (3.6.2) #1

Open
hannob opened this issue Aug 5, 2015 · 1 comment
Open

crema does not compile with latest llvm (3.6.2) #1

hannob opened this issue Aug 5, 2015 · 1 comment
Assignees

Comments

@hannob
Copy link

hannob commented Aug 5, 2015

Compiling crema on my system leads to this error:
g++ -c llvm-config --cxxflags -Wno-cast-qual -std=c++11 -g parser.cpp
In file included from ast.h:20:0,
from parser.y:3:
codegen.h:27:43: fatal error: llvm/Assembly/PrintModulePass.h: No such file or directory

The file llvm/Assembly/PrintModulePass.h is not part of the current version of llvm. It was part in some older versions.

@gingerhendrix
Copy link

Downgrading llvm to 3.4.2 worked for me

@ranok ranok self-assigned this Aug 17, 2015
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

No branches or pull requests

3 participants