Commit Graph

4 Commits

Author SHA1 Message Date
Yuta Saito
153147a9f6 [test][IRGen] Split out objc-interop specific part in abitypes.swift 2023-10-08 02:34:42 +00:00
Yuta Saito
4424f36ebe Revert "[test][IRGen] Split out objc-interop specific part in abitypes.swift"
This reverts commit 23db49b470.
Accidentally merged without Windows CI check
2023-10-07 21:05:01 +00:00
Yuta Saito
23db49b470 [test][IRGen] Split out objc-interop specific part in abitypes.swift 2023-10-07 11:22:00 -07:00
Michael Spencer
b2640e15e4 [test] Rename all module.map files to module.modulemap
`module.map` as a module map name has been discouraged since 2014, and
Clang will soon warn on its usage. This patch renames all instances of
`module.map` in the Swift tests to `module.modulemap` in preparation
for this change to Clang.

rdar://106123303
2023-08-21 15:58:59 -07:00