Bug 314741
| Summary: | Correct build failures in WebAssembly Clang Module Verification | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | New Bugs | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
This change corrects a build failure triggered by clang when verifying modules during the build.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
In file included from <module-includes>:520:
/Users/bfulgham/Projects/WebKit/WebKitBuild/Products/Release-iphonesimulator/JavaScriptCore.framework/PrivateHeaders/
JSWebAssemblyStreamingContext.h:30:10: error: double-quoted include "JSCell.h" in framework header, expected
angle-bracketed instead [-Werror,-Wquoted-include-in-framework-header]
30 | #include "JSCell.h"
| ^
And a few more.
Radar WebKit Bug Importer
<rdar://problem/176991139>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/64853
EWS
Committed 313176@main (8c3ffc7374b1): <https://commits.webkit.org/313176@main>
Reviewed commits have been landed. Closing PR #64853 and removing active labels.