-
Notifications
You must be signed in to change notification settings - Fork 957
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
Move to new LLVM version #110
Comments
Wouldn't it be possible to talk to the LLVM guys to provide more options to disable optimizations and stuff so that retdec can use vanilla LLVM instead of hacking it? Maybe it would save time in the long run. I mean, I'm just curious, not my business. |
@MerovingianByte Frankly speaking, I do not see this as realistic. We have many changes throughout the entire codebase, and their conditional inclusion would seriously clutter the code. Never say never, though :-). |
LLVM 6.0 is out. |
LLVM 7.0 is out. |
LLVM 8.0 is out. |
Are other changes not linked to this commit? |
This was fixed by merging |
Version of LLVM we use is pretty old (
3.9.1
). We should move to the new LLVM sooner rather than later.The text was updated successfully, but these errors were encountered: