Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • John Ericson's avatar
    c37931b3
    Generate LLVM min/max bound policy via Hadrian · c37931b3
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    Per #23966, I want the top-level configure to only generate
    configuration data for Hadrian, not do any "real" tasks on its own.
    This is part of that effort --- one less file generated by it.
    
    (It is still done with a `.in` file, so in a future world non-Hadrian
    also can easily create this file.)
    
    Split modules:
    
    - GHC.CmmToLlvm.Config
    - GHC.CmmToLlvm.Version
    - GHC.CmmToLlvm.Version.Bounds
    - GHC.CmmToLlvm.Version.Type
    
    This also means we can get rid of the silly `unused.h` introduced in
    !6803 / 7dfcab2f as temporary kludge.
    
    Part of #23966
    c37931b3
    History
    Generate LLVM min/max bound policy via Hadrian
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    Per #23966, I want the top-level configure to only generate
    configuration data for Hadrian, not do any "real" tasks on its own.
    This is part of that effort --- one less file generated by it.
    
    (It is still done with a `.in` file, so in a future world non-Hadrian
    also can easily create this file.)
    
    Split modules:
    
    - GHC.CmmToLlvm.Config
    - GHC.CmmToLlvm.Version
    - GHC.CmmToLlvm.Version.Bounds
    - GHC.CmmToLlvm.Version.Type
    
    This also means we can get rid of the silly `unused.h` introduced in
    !6803 / 7dfcab2f as temporary kludge.
    
    Part of #23966
Code owners
Assign users and groups as approvers for specific file changes. Learn more.