Skip to content

Commit b05ba83

Browse files
committed
encourage learners
1 parent d008a00 commit b05ba83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posts/inside-rust/2019-10-22-LLVM-ICE-breakers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ This group is a great fit for anyone who is familiar with LLVM and who would lik
3131
* reducing LLVM IR to minimal problem cases;
3232
* and so forth.
3333

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+
3436
### What's with the name ICE-breaker anyway?
3537

3638
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

Comments
 (0)