You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Compiling crema on my system leads to this error:
g++ -c
llvm-config --cxxflags
-Wno-cast-qual -std=c++11 -g parser.cppIn 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.
The text was updated successfully, but these errors were encountered: