-
Notifications
You must be signed in to change notification settings - Fork 161
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
Port to llvm9? #8
Comments
@JunfengJia try the llvm-9.0.0 branch. |
looks good. |
Crashed with simple hello world: /home/jack/src/packer/goron/build/bin/clang main.c -mllvm -irobf-cff clang-9: /home/jack/src/packer/goron/llvm/include/llvm/PassAnalysisSupport.h:221: AnalysisType& llvm::Pass::getAnalysis() const [with AnalysisType = llvm::LazyValueInfoWrapperPass]: Assertion `Resolver && "Pass has not been inserted into a PassManager object!"' failed.
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: |
fix in llvm-9.0.0-fix-cff-crash |
It works now. |
No description provided.
The text was updated successfully, but these errors were encountered: