Bug 299224
| Summary: | Fix Thread Sanitizer builds: ld: Too many personality routines for compact unwind to encode. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | New Bugs | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Kilzer (:ddkilzer)
Fix Thread Sanitizer build due to the following linker error:
```
ld: Too many personality routines for compact unwind to encode. Found routines:
'___gcc_personality_v0'
'___gxx_personality_v0'
'__swift_exceptionPersonality'
'___objc_personality_v0'
Move one or more unique personality routine users to a separate dynamic library.
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/160981698>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/51050
EWS
Committed 300615@main (553138190102): <https://commits.webkit.org/300615@main>
Reviewed commits have been landed. Closing PR #51050 and removing active labels.