Skip to content

Commit fd14d8a

Browse files
authored
Merge pull request #1372 from antoyo/gcc-backend-team
Add gcc-backend team
2 parents 4c46099 + 3a571fe commit fd14d8a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

people/antoyo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name = 'Antoni Boucher'
22
github = 'antoyo'
33
github-id = 584972
4+
email = "bouanto@zoho.com"
45
zulip-id = 404242

teams/wg-gcc-backend.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "wg-gcc-backend"
2+
subteam-of = "compiler"
3+
kind = "working-group"
4+
5+
[people]
6+
leads = ["antoyo"]
7+
members = ["antoyo", "GuillaumeGomez"]
8+
alumni = []
9+
10+
[permissions]
11+
perf = true
12+
13+
[website]
14+
name = "rustc_codegen_gcc"
15+
description = "libgccjit AOT codegen for rustc"
16+
zulip-stream = "rustc-codegen-gcc"
17+
repo = "https://github.com/rust-lang/rustc_codegen_gcc"
18+
19+
[[github]]
20+
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)