Skip to content
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

Upgrade to LLVM11 #97

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Upgrade to LLVM11 #97

wants to merge 21 commits into from

Conversation

radl97
Copy link
Contributor

@radl97 radl97 commented Feb 12, 2021

Resolves #96. Note that this would mean that only LLVM11 works, changes are still needed for this to work on both versions. (I don't know about LLVM10 or 8 or earlier)

Now, three major changes are present:

  • LLVM 9 -> 11 upgrade. No longer builds with LLVM 9.
  • Docker ubuntu upgrade from 18.04 to 20.04
  • --inline flag became --inline-level

@radl97 radl97 self-assigned this Feb 12, 2021
@radl97 radl97 marked this pull request as ready for review February 13, 2021 12:15
This is a major change.

This is needed so that later this flag does not collide with the tool `opt`.
This LLVM tool is used mostly for pass-wise testing.
@radl97 radl97 changed the title Add support for LLVM11, breaks 9 currently Upgrade to LLVM11 Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discussion: Upgrading LLVM framework?
1 participant