RESOLVED FIXED 225162
Stop building libANGLE.a
https://bugs.webkit.org/show_bug.cgi?id=225162
Summary Stop building libANGLE.a
Alex Christensen
Reported 2021-04-28 13:48:17 PDT
Stop building libANGLE.a
Attachments
Patch (296.54 KB, patch)
2021-04-28 13:49 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2021-04-28 13:49:41 PDT
Alex Christensen
Comment 2 2021-04-28 13:49:44 PDT
EWS Watchlist
Comment 3 2021-04-28 13:50:33 PDT
Note that there are important steps to take when updating ANGLE. See https://trac.webkit.org/wiki/UpdatingANGLE
Alexey Proskuryakov
Comment 4 2021-04-28 14:38:08 PDT
Comment on attachment 427291 [details] Patch I have no idea why this has so many green (added) lines, but rs=me I guess?..
EWS
Comment 5 2021-04-28 14:59:07 PDT
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].
David Kilzer (:ddkilzer)
Comment 6 2021-04-29 06:43:07 PDT
(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.
David Kilzer (:ddkilzer)
Comment 7 2021-04-29 06:47:47 PDT
(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>
Note You need to log in before you can comment on or make changes to this bug.