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
Build llvm 3.5 and installed without problem.
default build.py --install
will introduce clang Error: unused during compilation
So I did
sudo python2 build.py --install --no_werr
Compile error happens at
ocelot/ir/implementation/ExternalFunctionSet.cpp:26:10: fatal error:
'llvm/PassManager.h' file not found
after check, that head file is under llvm/IR/PassManager.h
And it seems to have more problem like that.
Any solutions? Thanks.
Original issue reported on code.google.com by [email protected] on 18 Feb 2015 at 8:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Feb 2015 at 8:44The text was updated successfully, but these errors were encountered: