David CARLIER via llvm-dev
2018-Mar-03 12:10 UTC
[llvm-dev] [compiler-rt] FreeBSD / MSan support
Hi dear FreeBSD support, The turn of MemorySanitizer to get early support into FreeBSD. Kind regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180303/253c2a4f/attachment.html>
Dimitry Andric via llvm-dev
2018-Mar-03 12:45 UTC
[llvm-dev] [compiler-rt] FreeBSD / MSan support
On 3 Mar 2018, at 13:10, David CARLIER via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hi dear FreeBSD support, > > The turn of MemorySanitizer to get early support into FreeBSD.Thanks David, what are your plans? Sorry for slacking off on your other sanitizer reviews for FreeBSD. I have been busy on too many other things. :( -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180303/9607dd12/attachment.sig>
David CARLIER via llvm-dev
2018-Mar-03 12:46 UTC
[llvm-dev] [compiler-rt] FreeBSD / MSan support
Nothing particular just notifying it had been committed :-) On 3 March 2018 at 12:45, Dimitry Andric <dimitry at andric.com> wrote:> On 3 Mar 2018, at 13:10, David CARLIER via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > Hi dear FreeBSD support, > > > > The turn of MemorySanitizer to get early support into FreeBSD. > > Thanks David, what are your plans? Sorry for slacking off on your other > sanitizer reviews for FreeBSD. I have been busy on too many other things. > :( > > -Dimitry > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180303/5a1f21d9/attachment.html>
Kamil Rytarowski via llvm-dev
2018-Mar-03 14:42 UTC
[llvm-dev] [compiler-rt] FreeBSD / MSan support
On 03.03.2018 13:10, David CARLIER via llvm-dev wrote:> Hi dear FreeBSD support, > > The turn of MemorySanitizer to get early support into FreeBSD. > > Kind regards. >I recommend to fix the failures in existing tests. Next enable MSan for sanitizer-common tests and fix the breaking tests on FreeBSD. How about TSan? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 850 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180303/69e9d12e/attachment.sig>
David CARLIER via llvm-dev
2018-Mar-03 14:46 UTC
[llvm-dev] [compiler-rt] FreeBSD / MSan support
I agree with those points, that will come as next steps though for the moment would be just first feedbacks. Lsan does not work neither on FreeBSD. On 3 March 2018 at 14:42, Kamil Rytarowski <n54 at gmx.com> wrote:> On 03.03.2018 13:10, David CARLIER via llvm-dev wrote: > > Hi dear FreeBSD support, > > > > The turn of MemorySanitizer to get early support into FreeBSD. > > > > Kind regards. > > > > I recommend to fix the failures in existing tests. > Next enable MSan for sanitizer-common tests and fix the breaking tests > on FreeBSD. > > How about TSan? > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180303/75dab4e6/attachment.html>