samsartor opened PR #5493 from clif-util-output
to main
:
This PR adds a very dumb
-o whatever.o
option toclif-util compile
using cranelift-object, so that external disassemblers, linkers, etc can be used when experimenting with cranelift. This was a stand-alone change I made while doing weirder stuff, and I thought would be nice to upstream. Not sure who should review or if it is actually desired.The only really iffy part of the implementation IMO is the addition of the
cloned
method to TargetISA, but it seemed like the best way to go from a&dyn TargetIsa
to the boxed trait object needed by ObjectBuilder.
samsartor updated PR #5493 from clif-util-output
to main
.
samsartor updated PR #5493 from clif-util-output
to main
.
samsartor updated PR #5493 from clif-util-output
to main
.
samsartor updated PR #5493 from clif-util-output
to main
.
jameysharp submitted PR review.
bjorn3 submitted PR review.
jameysharp merged PR #5493.
Last updated: Nov 22 2024 at 16:03 UTC