[PATCH] tsan: ignore interceptors coming from specified libraries

Dmitry Vyukov dvyukov at google.com
Thu Oct 3 05:32:41 PDT 2013


  PTAL


================
Comment at: tsan/lit_tests/ignore_lib0.cc:4
@@ +3,3 @@
+// RUN: echo running w/o suppressions:
+// RUN: LD_LIBRARY_PATH=./Output/ not %t 2>&1 | FileCheck %s --check-prefix=CHECK-NOSUPP
+// RUN: echo running with suppressions:
----------------
Alexey Samsonov wrote:
> Dmitry Vyukov wrote:
> > Alexey Samsonov wrote:
> > > Why do you need this LD_LIBRARY_PATH and Output here?
> > Otherwise the library won't be loaded, dynamic linker won't be able to find it.
> Alright... can you use %T instead of Output?
Done


http://llvm-reviews.chandlerc.com/D1808



More information about the llvm-commits mailing list