From 180a111ee5135c06c7ad93051b15d7400f81d328 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 14 Mar 2024 10:04:59 -0700 Subject: [PATCH] [lldb] Remove invalid SWIFT_FLAGS_EXTRAS build flag from test (NFC) (#8382) (cherry-picked from commit d4830139e0df980fe44aedb612b47e210335f25f) --- lldb/test/API/lang/swift/system_framework/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/test/API/lang/swift/system_framework/Makefile b/lldb/test/API/lang/swift/system_framework/Makefile index 310684dd72e95..2a69023633b34 100644 --- a/lldb/test/API/lang/swift/system_framework/Makefile +++ b/lldb/test/API/lang/swift/system_framework/Makefile @@ -1,5 +1,3 @@ SWIFT_SOURCES := main.swift -SWIFT_FLAGS_EXTRAS := -framwork CoreGraphics - include Makefile.rules