[PATCH] D26462: Tread TSan LLVM flags to driver: unit tests.

Aleksey Shlyapnikov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 13:45:44 PST 2016


alekseyshl added a comment.

I'll look into that (meanwhile https://reviews.llvm.org/D26629 should make this test pass).

Apparently, on other platforms it look like this (from my local run on x86):

  Thread T1 (tid=113512, running) created by main thread at:
    #0 pthread_create /usr/local/google/home/alekseys/llvm-dev/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc:902 (simple_stack.c.tmp+0x00000043ea75)
    #1 main /usr/local/google/home/alekseys/llvm-dev/llvm/projects/compiler-rt/test/tsan/simple_stack.c:42 (simple_stack.c.tmp+0x00000049d75b)


Repository:
  rL LLVM

https://reviews.llvm.org/D26462





More information about the llvm-commits mailing list