Skip to content

Commit 39412f4

Browse files
committed
AppVeyor: Exclude new lit-test linking/link_internally.d for LLD < 6
1 parent 0882803 commit 39412f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ test_script:
131131
# Build and run LDC D unittests
132132
- ctest --output-on-failure -R "ldc2-unittest"
133133
# Run LIT testsuite
134+
# Exclude linking/link_internally.d with LLD < 6 due to a magic symbol
135+
# required since VS 2017 v15.5 (see https://reviews.llvm.org/D41089).
136+
- ps: If ($($Env:LLVM_VERSION[0]) -lt '6') { del tests\linking\link_internally.d }
134137
- ctest -V -R "lit-tests"
135138
# Run DMD testsuite
136139
- if "%APPVEYOR_JOB_ARCH%"=="x64" ( set OS=Win_64) else ( set OS=Win_32)

0 commit comments

Comments
 (0)