Skip to content

Commit e98143e

Browse files
committed
Review comments
1 parent 0e0079c commit e98143e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ build/llvm.BUILT:
122122
llvm-config
123123
touch build/llvm.BUILT
124124

125+
# Build the `wasm-component-ld` linker from source via `cargo install`. This is
126+
# used for the `wasm32-wasip2` target natively by Clang. Note that `--root`
127+
# passed to `cargo install` will place it in the output directory automatically.
125128
build/wasm-component-ld.BUILT: build/llvm.BUILT
126129
cargo install [email protected] --root $(BUILD_PREFIX)
127130
touch build/wasm-component-ld.BUILT

0 commit comments

Comments
 (0)