Bug 313580
| Summary: | [CMake] Add pal.swift to PAL Swift sources | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | CMake | Assignee: | zak ridouh <zakr> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
pal.swift is the umbrella module entry that re-exports the underlying
Clang module via @_exported public import pal. Sibling Swift files
(CryptoKit+UnsafeOverlays.swift, CryptoTypes.swift, RegexHelper.swift,
CryptoKitShim.swift) import via the umbrella name (pal.Core.crypto.*,
etc.). The Xcode build compiles pal.swift; the CMake build was missing
it. Add it so the umbrella re-export is present on Mac.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175796349>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/63839
EWS
Committed 312250@main (3d0bb6e16d7d): <https://commits.webkit.org/312250@main>
Reviewed commits have been landed. Closing PR #63839 and removing active labels.