Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Matthew Pickering's avatar
    0cc16aaf
    Bump supported LLVM range from 10 through 15 to 11 through 16 · 0cc16aaf
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    LLVM 15 turns on the new pass manager by default, which we have yet to
    migrate to so for new we pass the `-enable-new-pm-0` flag in our
    llvm-passes flag.
    
    LLVM 11 was the first version to support the `-enable-new-pm` flag so we
    bump the lowest supported version to 11.
    
    Our CI jobs are using LLVM 12 so they should continue to work despite
    this bump to the lower bound.
    
    Fixes #21936
    0cc16aaf
    History
    Bump supported LLVM range from 10 through 15 to 11 through 16
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    LLVM 15 turns on the new pass manager by default, which we have yet to
    migrate to so for new we pass the `-enable-new-pm-0` flag in our
    llvm-passes flag.
    
    LLVM 11 was the first version to support the `-enable-new-pm` flag so we
    bump the lowest supported version to 11.
    
    Our CI jobs are using LLVM 12 so they should continue to work despite
    this bump to the lower bound.
    
    Fixes #21936
Code owners
Assign users and groups as approvers for specific file changes. Learn more.