[PATCH] D56538: [NewPM][TSan] Reiterate the TSan port

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 17:17:53 PST 2019


vitalybuka added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp:91
+///
+/// Instantiating ThreadSanitizer inserts the msan runtime library API function
+/// declarations into the module if they don't exist already. Instantiating
----------------
msan -> tsan runtime


================
Comment at: llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll:2
 ; RUN: opt < %s -tsan -S | FileCheck %s
+; RUN: opt < %s -passes=tsan -S | FileCheck %s
 
----------------
what is about other tests?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56538/new/

https://reviews.llvm.org/D56538





More information about the llvm-commits mailing list