summaryrefslogtreecommitdiffstats
path: root/teams/wg-llvm.toml
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2019-03-20 23:10:36 +0100
committerDavid Wood <david@davidtw.co>2019-03-20 23:10:36 +0100
commit794b1be4208f5ca7b72f05461c267396d338a00f (patch)
treef61be19a7666bda4eacf7d20ae179bb92c9c2fbe /teams/wg-llvm.toml
parentfb38c1d4f6a0c1676c6f6d346879d553cd947ac7 (diff)
Synchronize compiler working groups.
Diffstat (limited to 'teams/wg-llvm.toml')
-rw-r--r--teams/wg-llvm.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/teams/wg-llvm.toml b/teams/wg-llvm.toml
new file mode 100644
index 0000000..639c723
--- /dev/null
+++ b/teams/wg-llvm.toml
@@ -0,0 +1,12 @@
+name = "wg-llvm"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nagisa"]
+members = ["nagisa"]
+
+[website]
+name = "LLVM"
+description = "Working with LLVM upstream to represent Rust in its development"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/llvm"