Skip to content

Commit 349cd03

Browse files
FIX Being more explicity explained llvm precompiled binaries.
1 parent 75c8efe commit 349cd03

8 files changed

Lines changed: 16 additions & 4 deletions

.github/workflows/llvm-x86_64-pc-windows-gnu.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ jobs:
109109
body: |
110110
## llvm-x86_64-pc-windows-gnu
111111
112-
LLVM for llvm-x86_64-pc-windows-gnu host target for Thrush Compiler build phase.
112+
LLVM precompiled for x86_64-pc-windows-gnu host target triple.
113+
114+
The LLVM backend has been precompiled specifically for linking to a system that follows the triple-target convention.
115+
This precompilation is intended solely for building the Thrush Compiler. Both LLVM and Thrush maintain their ability to perform cross-compilation for multiple targets.
113116
114117
files: |
115118
tempDir/llvm-x86_64-pc-windows-gnu.tar.xz

.github/workflows/llvm-x86_64-pc-windows-msvc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ jobs:
137137
body: |
138138
## llvm-x86_64-pc-windows-msvc
139139
140-
LLVM for x86_64-pc-windows-msvc host target for Thrush Compiler build phase.
140+
LLVM precompiled for x86_64-pc-windows-msvc host target triple.
141+
142+
The LLVM backend has been precompiled specifically for linking to a system that follows the triple-target convention.
143+
This precompilation is intended solely for building the Thrush Compiler. Both LLVM and Thrush maintain their ability to perform cross-compilation for multiple targets.
141144
142145
files: |
143146
tempDir/llvm-x86_64-pc-windows-msvc.zip

.github/workflows/llvm-x86_64-unknown-linux-gnu.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,10 @@ jobs:
131131
body: |
132132
## llvm-x86_64-unknown-linux-gnu
133133
134-
LLVM for x86_64-unknown-linux-gnu host target for Thrush Compiler build phase.
134+
LLVM precompiled for x86_64-unknown-linux-gnu host target triple.
135+
136+
The LLVM backend has been precompiled specifically for linking to a system that follows the triple-target convention.
137+
This precompilation is intended solely for building the Thrush Compiler. Both LLVM and Thrush maintain their ability to perform cross-compilation for multiple targets.
135138
136139
files: |
137140
tempDir/llvm-x86_64-unknown-linux-gnu.tar.xz

.github/workflows/llvm-x86_64-unknown-linux-musl.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ jobs:
133133
body: |
134134
## llvm-x86_64-unknown-linux-musl
135135
136-
LLVM for x86_64-unknown-linux-musl host target for Thrush Compiler build phase.
136+
LLVM precompiled for x86_64-unknown-linux-musl host target triple.
137+
138+
The LLVM backend has been precompiled specifically for linking to a system that follows the triple-target convention.
139+
This precompilation is intended solely for building the Thrush Compiler. Both LLVM and Thrush maintain their ability to perform cross-compilation for multiple targets.
137140
138141
files: |
139142
tempDir/llvm-x86_64-unknown-linux-musl.tar.xz
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)