Skip to content

Commit bd0f0b7

Browse files
authored
fix and clarify llvm bugfix policy (rust-lang#1611)
1 parent a326b25 commit bd0f0b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/updating-llvm.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- toc -->
44

5-
<!-- date-check: Aug 2022 -->
5+
<!-- date-check: Feb 2023 -->
66
There is no formal policy about when to update LLVM or what it can be updated to,
77
but a few guidelines are applied:
88

@@ -16,9 +16,9 @@ but a few guidelines are applied:
1616

1717
There are two reasons we would want to update LLVM:
1818

19-
* A bug could have been fixed! Often we find bugs in the compiler and fix
20-
them upstream in LLVM. We'll want to pull fixes back to the compiler itself as
21-
they're merged upstream.
19+
* A bug could have been fixed!
20+
Note that if we are the ones who fixed such a bug,
21+
we prefer to upstream it, then pull it back for use by rustc.
2222

2323
* LLVM itself may have a new release.
2424

0 commit comments

Comments
 (0)