Bug 278861
Summary: | [GTK][WPE] Avoid linker relocation errors on Debug/RelWithDebInfo builds | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
Status: | REOPENED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 279360 | ||
Bug Blocks: |
Nikolas Zimmermann
Currently RelWithDebInfo/Debug builds fail to link on aarch64 - relocation errors appear: relocation R_AARCH64_ABS32 out of range: 4312197985 is not in [-2147483648, 4294967295]. Adding -fdebug-types-section as compiler flag helps to migitate the problem.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/32893
EWS
Committed 282934@main (d2f23775f2b2): <https://commits.webkit.org/282934@main>
Reviewed commits have been landed. Closing PR #32893 and removing active labels.
Michael Catanzaro
Reopened Bugzilla.
Breaks debugedit on ppc64le, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=279360.