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

Support for LLVM 14 #1492

Merged
merged 3 commits into from Apr 28, 2022
Merged

Support for LLVM 14 #1492

merged 3 commits into from Apr 28, 2022

Commits on Apr 26, 2022

  1. Support for LLVM 14

    API changes we had to take into account:
    * TargetRegistry.h location
    * No more DisableTailCalls field in PassManagerBuilder.
    
    Signed-off-by: Larry Gritz <lg@larrygritz.com>
    lgritz committed Apr 26, 2022
    Copy the full SHA
    8a8c2fd View commit details
    Browse the repository at this point in the history
  2. Just comment out the DisableTailCalls assignment entirely, per Chris …

    …review comments
    
    Signed-off-by: Larry Gritz <lg@larrygritz.com>
    lgritz committed Apr 26, 2022
    Copy the full SHA
    f1d9105 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. update ref image

    Signed-off-by: Larry Gritz <lg@larrygritz.com>
    lgritz committed Apr 28, 2022
    Copy the full SHA
    1124472 View commit details
    Browse the repository at this point in the history