Skip to content

Commit 4503b4a

Browse files
committed
Update llvm pr link in the doc of cygwin target
1 parent 94b75ac commit 4503b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/x86_64-pc-cygwin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To gain high performance, users are recommended to use *more* native targets, e.
2121

2222
## Building the target
2323

24-
For cross-compilation I recommend my fork of [llvm](https://github.com/Berrysoft/llvm-project/tree/dev/cygwin). It fixes the LLVM codegen on importing external global variables from DLLs.
24+
For cross-compilation you want LLVM with [llvm/llvm-project#121439](https://github.com/llvm/llvm-project/pull/121439) applied to fix the LLVM codegen on importing external global variables from DLLs.
2525
No native builds on Cygwin or MSYS2 now. It should be possible theoretically though, but might need a lot of patches.
2626

2727
## Building Rust programs

0 commit comments

Comments
 (0)