Skip to content

Rectifying COMMENT and `mkComment` across platforms to work with SDoc

Benjamin Maurer requested to merge cptwunderlich/ghc:bmaurer/asm-comment into master

This MR implements #20400 (closed) "Make mkComment work for all architectures". COMMENT instructions now take an SDoc across platforms and COMMENT and DELTA are only ppr'ed when ppr-debug is set. Comments were simply completely disabled on some platforms and now they work just like under AARCH64.

Merge request reports