Displaying 1 result from an estimated 1 matches for "tsan_suppress".
2014 Jun 06
2
[LLVMdev] buildbot failure in LLVM on sanitizer-x86_64-linux (-Wframe-larger-than)
...than]
> void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {
> ^
> [ 93%] [ 93%] Building C object
> lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/udivti3.c.o
> [ 93%] Building CXX object
> lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_suppressions.cc.o
> 1 error generated.
>
> Can you confirm that the stack frame report is legitimate?
>
> Assuming it is, you'll probably want to either fix the function or
> relax the byte limit passed to clang in your build system.
>
> Let me know if I can h...