Skip to content

Commit 6731317

Browse files
authored
Merge pull request #959 from bkhouri/t/main/gh955_support_thread_sanitizer_on_windows_arm
2 parents bf620f3 + fc9d321 commit 6731317

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Sources/SWBUniversalPlatform/Specs/Clang.xcspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,6 +3257,7 @@
32573257
Architectures = (
32583258
x86_64,
32593259
x86_64h,
3260+
aarch64,
32603261
arm64,
32613262
arm64e,
32623263
);

Sources/SWBUniversalPlatform/Specs/Ld.xcspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@
609609
Architectures = (
610610
x86_64,
611611
x86_64h,
612+
aarch64,
612613
arm64,
613614
arm64e,
614615
);
@@ -628,6 +629,7 @@
628629
Architectures = (
629630
x86_64,
630631
x86_64h,
632+
aarch64,
631633
arm64,
632634
arm64e,
633635
);

Sources/SWBUniversalPlatform/Specs/Swift.xcspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,7 @@
12531253
Architectures = (
12541254
x86_64,
12551255
x86_64h,
1256+
aarch64,
12561257
arm64,
12571258
arm64e,
12581259
);

0 commit comments

Comments
 (0)