Skip to content

Commit dd47f01

Browse files
author
git apple-llvm automerger
committed
Merge commit '6e25ea66d114' from swift/release/6.1 into stable/20240723
2 parents 34be9e0 + 6e25ea6 commit dd47f01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/lang/swift/parseable_interfaces/dsym/TestSwiftInterfaceDsym.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def test_dsym_swiftinterface(self):
4545
self.runCmd('settings set symbols.clang-modules-cache-path "%s"'
4646
% swift_mod_cache)
4747

48+
# This interfers with the counting because it initializes an extra compiler.
49+
self.runCmd('settings set symbols.swift-validate-typesystem false')
50+
4851
# Set a breakpoint in and launch the main executable
4952
lldbutil.run_to_source_breakpoint(
5053
self, "break here", lldb.SBFileSpec("main.swift"))

0 commit comments

Comments
 (0)