Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5807 commits behind the upstream repository.
  • Cheng Shao's avatar
    1c064ef1
    compiler: start deprecating cmmToRawCmmHook · 1c064ef1
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    cmmToRawCmmHook was added 4 years ago in
    d561c8f6. Its only user is the
    Asterius project, which has been archived and deprecated in favor of
    the ghc wasm backend. This patch starts deprecating cmmToRawCmmHook by
    placing a DEPRECATED pragma, and actual removal shall happen in a
    future GHC major release if no issue to oppose the deprecation has
    been raised in the meantime.
    1c064ef1
    History
    compiler: start deprecating cmmToRawCmmHook
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    cmmToRawCmmHook was added 4 years ago in
    d561c8f6. Its only user is the
    Asterius project, which has been archived and deprecated in favor of
    the ghc wasm backend. This patch starts deprecating cmmToRawCmmHook by
    placing a DEPRECATED pragma, and actual removal shall happen in a
    future GHC major release if no issue to oppose the deprecation has
    been raised in the meantime.
Main.hs 118.95 KiB