File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/doc/rustc-dev-guide/src/backend Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- toc -->
4
4
5
- <!-- date-check: Aug 2022 -->
5
+ <!-- date-check: Feb 2023 -->
6
6
There is no formal policy about when to update LLVM or what it can be updated to,
7
7
but a few guidelines are applied:
8
8
@@ -16,9 +16,9 @@ but a few guidelines are applied:
16
16
17
17
There are two reasons we would want to update LLVM:
18
18
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 .
22
22
23
23
* LLVM itself may have a new release.
24
24
You can’t perform that action at this time.
0 commit comments