Skip to content

Commit ca35ad7

Browse files
Merge pull request #83588 from charles-zablit/charles-zablit/windows/move-llvm-overrides-to-llvm-repo
[windows] move windows-llvm-lit-test-overrides.txt to the llvm-project repository
2 parents 56a525b + 2ecb65d commit ca35ad7

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
@@ -2172,7 +2172,7 @@ function Test-Compilers([Hashtable] $Platform, [string] $Variant, [switch] $Test
21722172
$Targets += @("check-lldb")
21732173

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

21772177
# Transitive dependency of _lldb.pyd
21782178
$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)