Skip to content

Commit d759b6f

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b7d164a11b8a' from swift/release/6.2.1 into swift/release/6.2
2 parents 1efb8ff + b7d164a commit d759b6f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

lldb/test/API/lang/swift/other_arch_dylib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OtherArch.framework/Versions/A/OtherArch: $(SRCDIR)/OtherArch.swift
1515
FRAMEWORK=OtherArch \
1616
FRAMEWORK_MODULES=OtherArch.swiftinterface \
1717
FRAMEWORK_HEADERS=OtherArch.h \
18-
SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos12" \
18+
SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos15" \
1919
SDKROOT=$(shell xcrun --sdk macosx.internal --show-sdk-path)
2020
rm -f $(BUILDDIR)/OtherArch.swiftmodule $(BUILDDIR)/OtherArch.swiftinterface
2121
rm -f OtherArch.o OtherArch.h OtherArch.partial.swiftmodule
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
public func foo() {
2-
print("break here")
1+
public func foo() { // break here
32
}

lldb/test/API/lang/swift/other_arch_dylib/TestSwiftOtherArchDylib.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ def test(self):
3333

3434
# Check the types log.
3535
self.filecheck('platform shell cat "%s"' % types_log, __file__)
36-
# CHECK: SwiftASTContextForExpressions::LogConfiguration() arm64-apple-macosx
37-
# CHECK: Enabling per-module Swift scratch context
38-
# CHECK: {{SwiftASTContextForExpressions..OtherArch..}}::LogConfiguration() arm64e-apple-macosx
36+
# CHECK: SwiftASTContextForExpressions(module: "OtherArch", cu: "OtherArch.swift")::LogConfiguration(){{.*}}arm64e-apple-macos
37+
# CHECK: SwiftASTContextForExpressions(module: "arm64-apple-macos{{.*}})::LogConfiguration(){{.*}}arm64-apple-macos

0 commit comments

Comments
 (0)