Skip to content

Commit e6b86c6

Browse files
committed
Fix: include llvm-config
1 parent dd512c5 commit e6b86c6

File tree

11 files changed

+1
-1
lines changed

11 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build, especially older versions of LLVM. Therefore, we ship prebuilt compressed
88
- `include/llvm` and `include/llvm-c`, these are required for building the LLVM shim.
99
- `lib/*`, these are the actual `.lib` files we tell rustc to include when building the codegen.
1010

11-
We do not include binaries because they aren't needed for us.
11+
We do not include binaries other than llvm-config because they aren't needed for us.
1212

1313
The prebuilt libraries are pulled from the following locations:
1414
- linux-aarch64: LLVM prebuilt downloads 7.1.0, AArch64 Linux

prebuilt/linux-aarch64.7z

44.2 KB
Binary file not shown.

prebuilt/linux-x86.7z

53.6 KB
Binary file not shown.

prebuilt/linux-x86_64.7z

55.3 KB
Binary file not shown.
199 KB
Binary file not shown.
174 KB
Binary file not shown.
206 KB
Binary file not shown.
355 KB
Binary file not shown.
450 KB
Binary file not shown.

prebuilt/windows-x86.7z

143 KB
Binary file not shown.

0 commit comments

Comments
 (0)