Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Matthew Pickering's avatar
    573ba966
    Bump supported LLVM range from 10 through 15 to 11 through 16 · 573ba966
    Matthew Pickering authored
    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
    
    (cherry picked from commit 0cc16aaf)
    573ba966
    History
    Bump supported LLVM range from 10 through 15 to 11 through 16
    Matthew Pickering authored
    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
    
    (cherry picked from commit 0cc16aaf)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.