Bug 312067
| Summary: | [CMake] Compile WebKit Swift sources and remove ObjC class stubs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | pascoe <pascoe> |
| Component: | CMake | Assignee: | pascoe <pascoe> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 312071, 312025 | ||
| Bug Blocks: | |||
pascoe@apple.com
The Mac CMake build links WebKit.framework with -Wl,-undefined,dynamic_lookup, suppressing all undefined symbol errors. This masks missing Swift interop and C++ symbols. Should be replaced with targeted -U flags or explicit stubs.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/174579216>