bjorn3 opened PR #1767 from bump_object_to_0_19
to master
:
All changes: https://github.com/gimli-rs/object/compare/0.18.0...0.19.0
Changes affecting the writing part of object:
https://github.com/gimli-rs/object/commit/6ee7638493b14d682c3eb689725976b7d4be6552 fixes the symbol class for undefined symbols when writing COFF files. (required for Windows support in cg_clif)
https://github.com/gimli-rs/object/commit/47856a29c847467d925713066781b9164a096d1d and https://github.com/gimli-rs/object/commit/59a2cb6b521c46dc251ec3bfaf181b4a83759fc4 add basic support for AArch64 ELF file writing. (required for AArch64 support in cg_clif)
https://github.com/gimli-rs/object/commit/5fccab91fde14638db1af78847477e8361354a66 removes thetarget-lexicon
dependency.
bjorn3 updated PR #1767 from bump_object_to_0_19
to master
:
All changes: https://github.com/gimli-rs/object/compare/0.18.0...0.19.0
Changes affecting the writing part of object:
https://github.com/gimli-rs/object/commit/6ee7638493b14d682c3eb689725976b7d4be6552 fixes the symbol class for undefined symbols when writing COFF files. (required for Windows support in cg_clif)
https://github.com/gimli-rs/object/commit/47856a29c847467d925713066781b9164a096d1d and https://github.com/gimli-rs/object/commit/59a2cb6b521c46dc251ec3bfaf181b4a83759fc4 add basic support for AArch64 ELF file writing. (required for AArch64 support in cg_clif)
https://github.com/gimli-rs/object/commit/5fccab91fde14638db1af78847477e8361354a66 removes thetarget-lexicon
dependency.
yurydelendik updated PR #1767 from bump_object_to_0_19
to master
:
All changes: https://github.com/gimli-rs/object/compare/0.18.0...0.19.0
Changes affecting the writing part of object:
https://github.com/gimli-rs/object/commit/6ee7638493b14d682c3eb689725976b7d4be6552 fixes the symbol class for undefined symbols when writing COFF files. (required for Windows support in cg_clif)
https://github.com/gimli-rs/object/commit/47856a29c847467d925713066781b9164a096d1d and https://github.com/gimli-rs/object/commit/59a2cb6b521c46dc251ec3bfaf181b4a83759fc4 add basic support for AArch64 ELF file writing. (required for AArch64 support in cg_clif)
https://github.com/gimli-rs/object/commit/5fccab91fde14638db1af78847477e8361354a66 removes thetarget-lexicon
dependency.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
It would have been nice to deduplicate this, but I don't know of any suitable location.
bjorn3 submitted PR Review.
bjorn3 submitted PR Review.
yurydelendik submitted PR Review.
yurydelendik created PR Review Comment:
Yeah, I noticed that as well. I'm keeping in mind possibility of using cranelift-object in wasmtime -- but let's see how my further refactorings will go.
yurydelendik updated PR #1767 from bump_object_to_0_19
to master
:
All changes: https://github.com/gimli-rs/object/compare/0.18.0...0.19.0
Changes affecting the writing part of object:
https://github.com/gimli-rs/object/commit/6ee7638493b14d682c3eb689725976b7d4be6552 fixes the symbol class for undefined symbols when writing COFF files. (required for Windows support in cg_clif)
https://github.com/gimli-rs/object/commit/47856a29c847467d925713066781b9164a096d1d and https://github.com/gimli-rs/object/commit/59a2cb6b521c46dc251ec3bfaf181b4a83759fc4 add basic support for AArch64 ELF file writing. (required for AArch64 support in cg_clif)
https://github.com/gimli-rs/object/commit/5fccab91fde14638db1af78847477e8361354a66 removes thetarget-lexicon
dependency.
yurydelendik merged PR #1767.
Last updated: Nov 22 2024 at 17:03 UTC