From 7c32771712d1cf9324b71753aa7cfb301d1267d0 Mon Sep 17 00:00:00 2001 From: Felipe de Azevedo Piovezan Date: Thu, 4 Dec 2025 17:14:43 +0000 Subject: [PATCH] [lldb] Remove sdk line from TestSwiftOtherArchDylib --- lldb/test/API/lang/swift/other_arch_dylib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lldb/test/API/lang/swift/other_arch_dylib/Makefile b/lldb/test/API/lang/swift/other_arch_dylib/Makefile index b8e22dd3ac61f..bbdbff40be23c 100644 --- a/lldb/test/API/lang/swift/other_arch_dylib/Makefile +++ b/lldb/test/API/lang/swift/other_arch_dylib/Makefile @@ -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