search for: d55596

Displaying 2 results from an estimated 2 matches for "d55596".

Did you mean: d55506
2019 Feb 22
2
[cfe-dev] [8.0.0 Release] Need help with PR40761: Sanitizers broken on FreeBSD
That's excellent! I think the check-sanitizer target should cover it. Thanks, Hans On Fri, Feb 22, 2019 at 1:34 PM Kim Gräsman <kim.grasman at gmail.com> wrote: > > Hi Hans, > > I have a freebsd machine and some time to spare this weekend. > > Could you offer the minimal git bisect command to repro? I'm hoping not to have to run the full check-clang test suite if
2019 Feb 25
4
[cfe-dev] [8.0.0 Release] Need help with PR40761: Sanitizers broken on FreeBSD
...basan substitution not set but dynamic ASan is > available. > > * 342d03e71fbc302cf5a1683dcd03c366bf96d4bb (Reimplement Thread Static > Data ASan routines with TLS) - AddressSanitizer:DEADLYSIGNAL > > The DEADLYSIGNAL behavior is in fact introduced by > https://reviews.llvm.org/D55596. But it looks like FreeBSD was broken > even before this. I'll see if I can bisect where $somewhere is. > > - Kim > > On Fri, Feb 22, 2019 at 1:39 PM Hans Wennborg <hans at chromium.org> wrote: > > > > That's excellent! > > > > I think the check-...