File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
lldb/test/API/lang/swift/other_arch_dylib Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- public func foo( ) {
2- print ( " break here " )
1+ public func foo( ) { // break here
32}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments