Skip to content

Commit 2ecb65d

Browse files
[windows] move llvm test overrides to the llvm-project repository
1 parent ee4fd56 commit 2ecb65d

File tree

2 files changed

+1
-188
lines changed

2 files changed

+1
-188
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ function Test-Compilers([Hashtable] $Platform, [string] $Variant, [switch] $Test
21642164
$Targets += @("check-lldb")
21652165

21662166
# Override test filter for known issues in downstream LLDB
2167-
Load-LitTestOverrides $PSScriptRoot/windows-llvm-lit-test-overrides.txt
2167+
Load-LitTestOverrides ([IO.Path]::GetFullPath([IO.Path]::Combine($PSScriptRoot, "..", "..", "llvm-project", "lldb", "test", "windows-swift-llvm-lit-test-overrides.txt")))
21682168

21692169
# Transitive dependency of _lldb.pyd
21702170
$RuntimeBinaryCache = Get-ProjectBinaryCache $BuildPlatform Runtime

utils/windows-llvm-lit-test-overrides.txt

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)