We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From DakeF...@gmail.com on February 18, 2015 15:44:18
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: http://code.google.com/p/gpuocelot/issues/detail?id=101
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From DakeF...@gmail.com on February 18, 2015 15:44:18
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: http://code.google.com/p/gpuocelot/issues/detail?id=101
The text was updated successfully, but these errors were encountered: