summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 97ec69dd4a..e71563df05 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,6 +16,8 @@
/compiler/rename @simonpj @goldfire
/compiler/typecheck/TcDeriv* @RyanGlScott
/compiler/nativeGen @simonmar @bgamari @AndreasK
+/compiler/codeGen @osa1
+/compiler/cmm @osa1
/compiler/simplCore/CallArity.hs @nomeata @sgraf
/compiler/utils/UnVarGraph.hs @nomeata
/compiler/simplCore/Exitify.hs @nomeata