From fc9d321ed380209730317fe461ccd2085a0c8d34 Mon Sep 17 00:00:00 2001 From: Bassam Khouri Date: Thu, 4 Dec 2025 15:33:36 -0500 Subject: [PATCH] Update thread sanitizer to support aarch64 architecture Fixes: #955 --- Sources/SWBUniversalPlatform/Specs/Clang.xcspec | 1 + Sources/SWBUniversalPlatform/Specs/Ld.xcspec | 2 ++ Sources/SWBUniversalPlatform/Specs/Swift.xcspec | 1 + 3 files changed, 4 insertions(+) diff --git a/Sources/SWBUniversalPlatform/Specs/Clang.xcspec b/Sources/SWBUniversalPlatform/Specs/Clang.xcspec index 38df870c..89e1aa1a 100644 --- a/Sources/SWBUniversalPlatform/Specs/Clang.xcspec +++ b/Sources/SWBUniversalPlatform/Specs/Clang.xcspec @@ -3257,6 +3257,7 @@ Architectures = ( x86_64, x86_64h, + aarch64, arm64, arm64e, ); diff --git a/Sources/SWBUniversalPlatform/Specs/Ld.xcspec b/Sources/SWBUniversalPlatform/Specs/Ld.xcspec index 40022fee..6f0b4f32 100644 --- a/Sources/SWBUniversalPlatform/Specs/Ld.xcspec +++ b/Sources/SWBUniversalPlatform/Specs/Ld.xcspec @@ -609,6 +609,7 @@ Architectures = ( x86_64, x86_64h, + aarch64, arm64, arm64e, ); @@ -628,6 +629,7 @@ Architectures = ( x86_64, x86_64h, + aarch64, arm64, arm64e, ); diff --git a/Sources/SWBUniversalPlatform/Specs/Swift.xcspec b/Sources/SWBUniversalPlatform/Specs/Swift.xcspec index ba60e9b1..384b099b 100644 --- a/Sources/SWBUniversalPlatform/Specs/Swift.xcspec +++ b/Sources/SWBUniversalPlatform/Specs/Swift.xcspec @@ -1253,6 +1253,7 @@ Architectures = ( x86_64, x86_64h, + aarch64, arm64, arm64e, );