Skip to content

Commit 312ac1b

Browse files
[windows] move llvm test overrides to the llvm-project repository
1 parent dd5c029 commit 312ac1b

File tree

2 files changed

+1
-187
lines changed

2 files changed

+1
-187
lines changed

utils/build.ps1

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

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

20332033
# Transitive dependency of _lldb.pyd
20342034
$RuntimeBinaryCache = Get-ProjectBinaryCache $BuildPlatform Runtime

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

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

0 commit comments

Comments
 (0)