Skip to content

Commit 462b0dd

Browse files
committed
Update CODEOWNERS file
- Made @0xdaryl an owner of the `compiler/arm` and `compiler/aarch64` directories - Made @youngar @charliegracie @Leonardo2718 owners of the new `include_core/OMR` utilities direcotry - Corrected root path to tests directory: `/test/ -> /fvtest/` Signed-off-by: Leonardo Banderali <[email protected]>
1 parent b6ebddb commit 462b0dd

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CODEOWNERS

+8-3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
/compiler/ @0xdaryl @mstoodle
4141
/compiler/optimizer/ @vijaysun-omr
4242
/compiler/il/ @vijaysun-omr @Leonardo2718
43+
/compiler/arm/ @0xdaryl
44+
/compiler/aarch64/ @0xdaryl
4345
/compiler/z/ @fjeremic
4446

4547
# JitBuilder
@@ -52,7 +54,10 @@
5254
# Thread Library
5355
/thread/ @charliegracie
5456

57+
# OMR Core Utilities
58+
/include_core/OMR/ @youngar @charliegracie @Leonardo2718
59+
5560
# Tril and Testing
56-
/test/tril/ @Leonardo2718 @fjeremic @0xdaryl
57-
/test/compilertriltest/ @Leonardo2718 @fjeremic @0xdaryl
58-
/test/jitbuildertest/ @mstoodle @charliegracie @Leonardo2718
61+
/fvtest/tril/ @Leonardo2718 @fjeremic @0xdaryl
62+
/fvtest/compilertriltest/ @Leonardo2718 @fjeremic @0xdaryl
63+
/fvtest/jitbuildertest/ @mstoodle @charliegracie @Leonardo2718

0 commit comments

Comments
 (0)