Skip to content

uftrace v0.15.2

Compare
Choose a tag to compare
@namhyung namhyung released this 25 Jan 05:47
· 104 commits to master since this release

This is another bug fix release for v0.15 and it should fix build failures with clang on x86. No other functional changes.

The added -mno-sse caused a problem on i386 and RHEL 7. Fix it by using the same set of options both for check and build. Also change the build script to use -mgeneral-regs-only before -mno-sse if available. And drop code that uses floating-point types in the libmcount.so.

New Contributors