GHC MR: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11917
In GHC MR !11903 several new RTS flags were added to the compiler.
-he profiling mode
-he profiling selector
--automatic-era-increment
Therefore we should also modify GHC.RTS.Flags in the same manner so that users can query whether this option is set from their programs, and keep GHC.RTS.Flags up to date with the implemented RTS flags.