Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lldb/test/API/lang/swift/other_arch_dylib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OtherArch.framework/Versions/A/OtherArch: $(SRCDIR)/OtherArch.swift
FRAMEWORK=OtherArch \
FRAMEWORK_MODULES=OtherArch.swiftinterface \
FRAMEWORK_HEADERS=OtherArch.h \
SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos12" \
SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos15" \
SDKROOT=$(shell xcrun --sdk macosx.internal --show-sdk-path)
rm -f $(BUILDDIR)/OtherArch.swiftmodule $(BUILDDIR)/OtherArch.swiftinterface
rm -f OtherArch.o OtherArch.h OtherArch.partial.swiftmodule
3 changes: 1 addition & 2 deletions lldb/test/API/lang/swift/other_arch_dylib/OtherArch.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
public func foo() {
print("break here")
public func foo() { // break here
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ def test(self):

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