You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/inside-rust/2019-10-22-LLVM-ICE-breakers.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ This group is a great fit for anyone who is familiar with LLVM and who would lik
31
31
* reducing LLVM IR to minimal problem cases;
32
32
* and so forth.
33
33
34
+
(For that matter, feel freeo to join the group even if you're *not* all that familiar with LLVM -- no better way to learn!)
35
+
34
36
### What's with the name ICE-breaker anyway?
35
37
36
38
An "ICE" is an "internal compiler error". It actually refers specifically to the case where the compiler panics (which tends to be an easy sort of bug to fix). In fact, very few LLVM bugs cause real ICEs, but the name was too good to pass up.
0 commit comments