Use "-mllvm -disable-ppc-sco=true" for clang when building tsan library, because there is a distance (in terms of instruction count) assumption between StackTrace::GetCurrentPc and BufferedStackTrace::Unwind.
Tail-call to "PrintCurrentStackSlow" break this assumption on PPC64.