You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating #65090, using --save-temps I was surprised that the e_flags in the lto.o file were not the same as those in the final linked binary. This makes using tools like llvm-objdump hard to use without passing several other flags. I'm not sure if this is related to RISC-V target features or if this is an existing problem that goes beyond RISC-V.
CC: @MaskRay Is this a known issue? Is there a workaround?
The text was updated successfully, but these errors were encountered:
The flags are correct in the final link output, so how is it not an lld issue that its -save-temps.lto.o file is not consistent with what winds up in the final link file it produces?
While investigating #65090, using
--save-temps
I was surprised that the e_flags in thelto.o
file were not the same as those in the final linked binary. This makes using tools likellvm-objdump
hard to use without passing several other flags. I'm not sure if this is related to RISC-V target features or if this is an existing problem that goes beyond RISC-V.CC: @MaskRay Is this a known issue? Is there a workaround?
The text was updated successfully, but these errors were encountered: