Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7ba8fa28115b8882a8062aed9048ad0c99a0b723
      
https://github.com/WebKit/WebKit/commit/7ba8fa28115b8882a8062aed9048ad0c99a0b723
  Author: Carlos Alberto Lopez Perez <[email protected]>
  Date:   2025-06-19 (Thu, 19 Jun 2025)

  Changed paths:
    M Tools/Scripts/webkitpy/binary_bundling/ldd.py

  Log Message:
  -----------
  [Tools][WPE][GTK] Add support in SharedObjectResolver for getting the 
interpreter with readelf program
https://bugs.webkit.org/show_bug.cgi?id=294721

Reviewed by Nikolas Zimmermann.

Implement support on SharedObjectResolver for an alternative way of getting the 
interpreter
than using program patchelf (with readelf), because patchelf is currently not 
available on
the Yocto environment where the RPi boards are running the benchmark tests.

* Tools/Scripts/webkitpy/binary_bundling/ldd.py:
(SharedObjectResolver.__init__):
(SharedObjectResolver._run_cmd_and_get_output):
(SharedObjectResolver._get_patchelf_interpreter_objname):
(SharedObjectResolver):
(SharedObjectResolver._get_readelf_interpreter_objname):
(SharedObjectResolver._get_interpreter_objname):
(SharedObjectResolver._get_libs_and_interpreter):

Canonical link: https://commits.webkit.org/296424@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to