Skip to content

Commit

Permalink
AppVeyor: Include lld-link.exe in x64 and multilib packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Jul 28, 2018
1 parent bc1b007 commit 6e171c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ after_test:
cp ldc-scripts\ldc2-packaging\pkgfiles\README.txt "$ldcInstallDir"
cp libcurl\ldc2\libcurl.dll "$ldcInstallDir\bin"
cp libcurl\ldc2\curl.lib "$ldcInstallDir\lib"
If ($Env:APPVEYOR_JOB_ARCH -eq 'x64') {
cp c:\projects\llvm\bin\lld-link.exe "$ldcInstallDir\bin"
}
# Now rename the installation dir to test portability.
ren "$ldcInstallDir" ldc2-install
# Hello world integration test with LTO (x64 only)
Expand Down

0 comments on commit 6e171c6

Please sign in to comment.