[PATCH] tsan: ignore interceptors coming from specified libraries
Alexey Samsonov
samsonov at google.com
Thu Oct 3 05:16:10 PDT 2013
================
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:
----------------
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?
http://llvm-reviews.chandlerc.com/D1808
More information about the llvm-commits
mailing list