Skip to content

Commit 4bb6b28

Browse files
Merge pull request #84166 from charles-zablit/charles-zablit/windows/move-llvm-overrides-to-llvm-repo
🍒 [windows] move llvm test overrides to the llvm-project repository
2 parents 9d4c480 + e48c9a4 commit 4bb6b28

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
@@ -1822,7 +1822,7 @@ function Test-Compilers([Hashtable] $Platform, [switch] $TestClang, [switch] $Te
18221822
$Targets += @("check-lldb")
18231823

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

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