https://bugs.kde.org/show_bug.cgi?id=481874
--- Comment #18 from Paul Floyd <pjfl...@wanadoo.fr> --- (In reply to Mark Wielaard from comment #17) > .git-blame-ignore-revs references a clang-format rev that doesn't exist in > tree. Its for the repo on github. I'm not planning on pushing that. > VEX changes OK, except for unnecessarily extending VexGuestARM64State for > non-freebsd systems. > Would be really nice if that VEX/auxprogs/genoffsets.c > GENOFFSET(ARM64,arm64,SETC); could only > be done of freebsd. I don't think it's too much a big deal - there's only one VexGuestARM64State per thread. > > coregrind/m_coredump/coredump-elf.c looks correct (do we have any tests for > this? I don't believe we do). FreeBSD needs to have its own core dump routines - as I understand it each OS uses a different layout. Nobody has asked me to fix it yet. It builds and it dumps a core file. > coregrind/m_debuglog.c dunno why there is a clang and gcc variant of > local_sys_write_stderr. One uses SizeT the other Unt (should be Int). I used two version, the Linux and one from the out of tree Darwin port. Both only work with one compiler. I'll leave it for now and add it to my todo list. -- You are receiving this mail because: You are watching all bug changes.