[PATCH] D15288: tsan: fix test invisible barrier

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 08:57:43 PST 2015


dvyukov marked 2 inline comments as done.
dvyukov added a comment.

PTAL


================
Comment at: test/tsan/load_shared_lib.cc:6
@@ -5,3 +5,3 @@
 // RUN: %clangxx_tsan -O1 %s -DBUILD_SO -fPIC -shared -o %t-so.so
-// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t -rdynamic && %deflake %run %t | FileCheck %s
 
----------------
There is an explicit list of symbols that we export. It is finer-grained than __tsan*.


http://reviews.llvm.org/D15288





More information about the llvm-commits mailing list