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 LLVM 17 #460

Merged
merged 3 commits into from
Jan 13, 2024
Merged

Support LLVM 17 #460

merged 3 commits into from
Jan 13, 2024

Commits on Jan 10, 2024

  1. Support LLVM 17

    This includes the following LLVM-C API changes:
    
    * Core
      * Removed functions:
        * LLVMContextSetOpaquePointers
        * LLVMConstSelect
    * Transforms
      * PassRegistry and pass initialization removed, as they were
        the part of legacy Pass Manager. This results in complete
        removal of the following modules:
        * instcombine
        * ipo
        * pass_manager_builder
        * scalar
        * util
        * vectorize
    * Debug info
      * New language:
        * Mojo
    
    Fixes: #444
    vadorovsky authored and SUPERCILEX committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a34bff2 View commit details
    Browse the repository at this point in the history
  2. The final push

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d179348 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Revert changes unrelated to llvm 17

    Signed-off-by: Alex Saveau <[email protected]>
    SUPERCILEX committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    90e3aa2 View commit details
    Browse the repository at this point in the history