File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Here's the list of the notification groups:
23
23
- [ ARM] ( ./arm.md )
24
24
- [ Cleanup Crew] ( ./cleanup-crew.md )
25
25
- [ Emscripten] ( ./emscripten.md )
26
- - [ LLVM] ( ./llvm.md )
26
+ - [ LLVM Icebreakers ] ( ./llvm.md )
27
27
- [ RISC-V] ( ./risc-v.md )
28
28
- [ WASI] ( ./wasi.md )
29
29
- [ WebAssembly] ( ./wasm.md )
@@ -83,7 +83,7 @@ group. For example:
83
83
@rustbot ping arm
84
84
@rustbot ping cleanup-crew
85
85
@rustbot ping emscripten
86
- @rustbot ping llvm
86
+ @rustbot ping icebreakers- llvm
87
87
@rustbot ping risc-v
88
88
@rustbot ping wasi
89
89
@rustbot ping wasm
Original file line number Diff line number Diff line change 1
- # LLVM Notification group
1
+ # LLVM Icebreakers Notification group
2
2
3
3
** Github Label:** [ A-LLVM] <br >
4
- ** Ping command:** ` @rustbot ping llvm `
4
+ ** Ping command:** ` @rustbot ping icebreakers- llvm `
5
5
6
6
[ A-LLVM ] : https://github.com/rust-lang/rust/labels/A-LLVM
7
7
8
- The "LLVM Notification Group" are focused on bugs that center around LLVM.
9
- These bugs often arise because of LLVM optimizations gone awry, or as
10
- the result of an LLVM upgrade. The goal here is:
8
+ * Note* : this notification group is * not* the same as the LLVM working group
9
+ (WG-llvm).
10
+
11
+ The "LLVM Icebreakers Notification Group" are focused on bugs that center around
12
+ LLVM. These bugs often arise because of LLVM optimizations gone awry, or as the
13
+ result of an LLVM upgrade. The goal here is:
11
14
12
15
- to determine whether the bug is a result of us generating invalid LLVM IR,
13
16
or LLVM misoptimizing;
You can’t perform that action at this time.
0 commit comments