From 818789416c8079e282b18a694163c6b1e9419d95 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 1 Oct 2025 16:05:36 -0700 Subject: [PATCH] Workaround for Amazon Linux 2003 --- lldb/test/API/lang/swift/observation/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/API/lang/swift/observation/Makefile b/lldb/test/API/lang/swift/observation/Makefile index cb73d9276d0ed..a49ec2af125c4 100644 --- a/lldb/test/API/lang/swift/observation/Makefile +++ b/lldb/test/API/lang/swift/observation/Makefile @@ -1,2 +1,4 @@ SWIFT_SOURCES := main.swift include Makefile.rules +# Workaround for amazonlinux2003 +LD_EXTRAS=-lswift_Concurrency