Displaying 2 results from an estimated 2 matches for "dtoolsbot".
2014 Apr 11
3
[LLVMdev] Need help reproducing a sanitizer buildbot failure
You need llvm-symbolizer in PATH.
On Apr 11, 2014 3:16 AM, "Diego Novillo" <dnovillo at google.com> wrote:
> OK, so now I've gotten a build but the output from asan is less than
> helpful:
>
> $ llvm/x/llvm_build_asan/./bin/opt llvm/x/llvm/test/Other/optimization-remarks-inline.ll
> -inline -pass-remarks=inline -S
>
2014 Jun 06
2
[LLVMdev] buildbot failure in LLVM on sanitizer-x86_64-linux (-Wframe-larger-than)
...Alp Toker <alp at nuanti.com
> <mailto:alp at nuanti.com>> wrote:
>
> Hi Kostya,
>
> Looks like our new clang diagnostic from r210293 has caught a
> potential issue in compiler-rt which is now breaking the build due
> to -Werror:
>
> /home/dtoolsbot/build/sanitizer-x86_64-linux/build/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc:460:6:
> error: stack frame size of 536 bytes in function
> '__tsan::ReportDeadlock' [-Werror,-Wframe-larger-than]
> void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {...