From 8bf6b7fc0c45e029dcb49c0407fb8b0b0e7a73dd Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 31 Oct 2025 12:19:09 -0700 Subject: [PATCH] Workaround for Amazon Linux 2003 --- lldb/test/API/lang/swift/observation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/API/lang/swift/observation/Makefile b/lldb/test/API/lang/swift/observation/Makefile index a49ec2af125c4..147de59c70136 100644 --- a/lldb/test/API/lang/swift/observation/Makefile +++ b/lldb/test/API/lang/swift/observation/Makefile @@ -1,4 +1,4 @@ SWIFT_SOURCES := main.swift include Makefile.rules # Workaround for amazonlinux2003 -LD_EXTRAS=-lswift_Concurrency +LD_EXTRAS=-lswiftCore -lswiftObservation -lswiftCore