Skip to content

Commit 3324034

Browse files
committed
modulemap: add arm64 intrinsics header
The header was missing from the modulemap definition, resulting in a breakage for Swift with recent Windows SDK headers.
1 parent 5d2e1c0 commit 3324034

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clang/lib/Headers/module.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ module _Builtin_intrinsics [system] [extern_c] {
3535
}
3636
}
3737

38+
explicit module arm64 {
39+
requires arm64
40+
41+
header "arm64intr.h"
42+
export *
43+
}
44+
3845
explicit module intel {
3946
requires x86
4047
export *

0 commit comments

Comments
 (0)