Bug 305349
| Summary: | [libpas] Add C23 to bmalloc module verifier list | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
| Component: | bmalloc | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ggaren, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marcus Plutowski
rdar://168025921
This list is located in Source/bmalloc/Configurations/bmalloc.xcconfig under MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS.
Adding C23 to the list will ensure that we don’t accidentally re-add any `asm` uses (instead of `__asm__`) which would break tvOS builds.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/56286
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/56481
EWS
Committed 305537@main (6dd510e8262b): <https://commits.webkit.org/305537@main>
Reviewed commits have been landed. Closing PR #56481 and removing active labels.