Skip to content

Commit 7e43980

Browse files
authored
Merge pull request swiftlang#79451 from kubamracek/shims-include-target-h
[SwiftShims] Include Target.h in the modulemap for SwiftShims
2 parents 31ad30e + 54a0be3 commit 7e43980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/SwiftShims/swift/shims/module.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module SwiftShims {
1818
header "SwiftStddef.h"
1919
header "SwiftStdint.h"
2020
header "System.h"
21+
header "Target.h"
2122
header "ThreadLocalStorage.h"
2223
header "UnicodeData.h"
2324
header "Visibility.h"

0 commit comments

Comments
 (0)