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
15
15
FRAMEWORK=OtherArch \
16
16
FRAMEWORK_MODULES=OtherArch.swiftinterface \
17
17
FRAMEWORK_HEADERS=OtherArch.h \
18
- SWIFTFLAGS_EXTRAS=" -target arm64e-apple-macos12 " \
18
+ SWIFTFLAGS_EXTRAS=" -target arm64e-apple-macos15 " \
19
19
SDKROOT=$(shell xcrun --sdk macosx.internal --show-sdk-path)
20
20
rm -f $(BUILDDIR ) /OtherArch.swiftmodule $(BUILDDIR ) /OtherArch.swiftinterface
21
21
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
3
2
}
Original file line number Diff line number Diff line change @@ -33,6 +33,5 @@ def test(self):
33
33
34
34
# Check the types log.
35
35
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