embench / embench-iot

The main Embench repository
https://www.embench.org/
GNU General Public License v3.0
248 stars 101 forks source link

Broken fix to tarfind from #138 #203

Open jeremybennett opened 2 weeks ago

jeremybennett commented 2 weeks ago

The patch for https://github.com/embench/embench-iot/pull/138 does not work correctly unless Embench is built with -flto. The use of assert links in the function from libc and all its dependencies. I'll work on a fix.