Skip to content

Commit

Permalink
Builds LLD
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Sep 18, 2023
1 parent a43178f commit 2c2e79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cmake `
-DLLVM_ENABLE_ZSTD:BOOL=OFF `
-DLLVM_APPEND_VC_REV:BOOL=OFF `
-DLLVM_TARGETS_TO_BUILD:STRING="AArch64;X86" `
-DLLVM_ENABLE_PROJECTS:STRING="lld" `
"$PSScriptRoot/deps/llvm/llvm"

if ($LASTEXITCODE -ne 0) {
Expand Down
1 change: 1 addition & 0 deletions build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cmake \
-DLLVM_ENABLE_ZSTD:BOOL=OFF \
-DLLVM_APPEND_VC_REV:BOOL=OFF \
-DLLVM_TARGETS_TO_BUILD:STRING="AArch64;X86" \
-DLLVM_ENABLE_PROJECTS:STRING="lld" \
"$dir/deps/llvm/llvm"

cmake --build "$dir/deps/llvm/build" --config Release
Expand Down

0 comments on commit 2c2e79d

Please sign in to comment.