[Webkit-unassigned] [Bug 219485] [JSC] Bundle non-native libs in run-jsc-stress-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 04:22:11 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219485

--- Comment #10 from Angelos Oikonomopoulos <angelos at igalia.com> ---
(In reply to Adrian Perez from comment #9)
> Comment on attachment 415409 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=415409&action=review
> 
> > Tools/Scripts/generate-bundle:122
> > +    def __init__(self, configuration, platform, bundle_type, syslibs, ldd, should_strip_objects, compression_type, destination = None, revision = None, builder_name = None):
> 
> We could avoid needing to pass by hand some alternative “ldd” tool
> by always using ”readelf”, which works for any ELF file (no matter
> the target architecture) and does not try to run any code. That
> would make this “ldd” parameter to the BundleCreator unnecessary.

That would make a number of things simpler, yah. Was not aware readelf had this functionality :/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201207/bb798a64/attachment-0001.htm>


More information about the webkit-unassigned mailing list