Stream: git-wasmtime

Topic: wasmtime / PR #9151 Copy skeleton unit attributes for spl...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2024 at 09:02):

philipc opened PR #9151 from philipc:split-comp-dir to bytecodealliance:main:

The skeleton unit may contain attributes that don't appear in the split unit. In particular, this includes DW_AT_ranges and DW_AT_comp_dir.

Also, set the correct form for the default directory in the line program. Previously, the different form meant that we emitted the directory again when a file used it. Copying the DW_AT_comp_dir attribute is required for use of the default directory to work successfully.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2024 at 09:02):

philipc requested fitzgen for a review on PR #9151.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2024 at 09:02):

philipc requested wasmtime-core-reviewers for a review on PR #9151.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2024 at 14:59):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2024 at 15:13):

alexcrichton merged PR #9151.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2024 at 16:57):

fitzgen commented on PR #9151:

Thanks!


Last updated: Nov 22 2024 at 16:03 UTC