Summary: | Stop building libANGLE.a | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alex Christensen <achristensen> | ||||
Component: | ANGLE | Assignee: | Alex Christensen <achristensen> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ddkilzer, dino, ews-watchlist, graouts, kkinnunen, kondapallykalyan, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=218469 https://bugs.webkit.org/show_bug.cgi?id=229080 |
||||||
Attachments: |
|
Description
Alex Christensen
2021-04-28 13:48:17 PDT
Created attachment 427291 [details]
Patch
Note that there are important steps to take when updating ANGLE. See https://trac.webkit.org/wiki/UpdatingANGLE Comment on attachment 427291 [details]
Patch
I have no idea why this has so many green (added) lines, but rs=me I guess?..
Committed r276734 (237135@main): <https://commits.webkit.org/237135@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427291 [details]. (In reply to Alexey Proskuryakov from comment #4) > Comment on attachment 427291 [details] > Patch > > I have no idea why this has so many green (added) lines, but rs=me I guess?.. It’s because we were using a trick to link the static library (libANGLE.a) with empty.o to create the dynamic library so we only had to compile the sources once. When the static library target was removed, the compiled sources had to move from the static library target to the dynamic library target. (In reply to David Kilzer (:ddkilzer) from comment #6) > (In reply to Alexey Proskuryakov from comment #4) > > Comment on attachment 427291 [details] > > Patch > > > > I have no idea why this has so many green (added) lines, but rs=me I guess?.. > > It’s because we were using a trick to link the static library (libANGLE.a) > with empty.o to create the dynamic library so we only had to compile the > sources once. > > When the static library target was removed, the compiled sources had to move > from the static library target to the dynamic library target. See: <https://bugs.webkit.org/show_bug.cgi?id=218469> |