Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

determinism: Deterministic object code with -fllvm
As a follow up to !12680, this ticket tracks the changes left to do in `CmmToLlvm` with respect to object determinism. In particular, the `MonadGetUnique` instance of `LlvmM` uses `uniqFromTag` to sample a non-deterministic unique from `IO`. In order to guarantee object determinism when using `-fllvm`, the instance of `MonadGetUnique` for `LlvmM` should be backed by a deterministic unique supply (perhaps by applying the `UniqDSMT` transformer to `LlvmM`?).
issue