Skip to content
Open
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
3 changes: 1 addition & 2 deletions lldb/test/API/lang/swift/other_arch_dylib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ OtherArch.framework/Versions/A/OtherArch: $(SRCDIR)/OtherArch.swift
FRAMEWORK=OtherArch \
FRAMEWORK_MODULES=OtherArch.swiftinterface \
FRAMEWORK_HEADERS=OtherArch.h \
SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos15" \
SDKROOT=$(shell xcrun --sdk macosx.internal --show-sdk-path)
SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos15"
rm -f $(BUILDDIR)/OtherArch.swiftmodule $(BUILDDIR)/OtherArch.swiftinterface
rm -f OtherArch.o OtherArch.h OtherArch.partial.swiftmodule