Closed yota9 closed 3 years ago
Hello! The inline-debug-info is currently failing on linux, seems to be call address is screwed after inlining. Thank you!
We're aware of the issue. Ubuntu uses Intel CET-enabled PLT section (.plt.sec) which messes up the disassembly of call puts. @maksfb was looking at it.
call puts
Should be resolved now. The test passes with 403b668
Hello! The inline-debug-info is currently failing on linux, seems to be call address is screwed after inlining. Thank you!