facebookarchive / BOLT

Binary Optimization and Layout Tool - A linux command-line utility used for optimizing performance of binaries
2.52k stars 179 forks source link

inline-debug-info test is failing #181

Closed yota9 closed 3 years ago

yota9 commented 3 years ago

Hello! The inline-debug-info is currently failing on linux, seems to be call address is screwed after inlining. Thank you!

aaupov commented 3 years ago

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.

aaupov commented 3 years ago

Should be resolved now. The test passes with 403b668