[llvm-commits] [compiler-rt] r160359 - in /compiler-rt/trunk/lib/tsan/rtl: tsan_platform_mac.cc tsan_rtl_report.cc tsan_trace.h
Alexey Samsonov
samsonov at google.com
Tue Jul 17 02:39:59 PDT 2012
Author: samsonov
Date: Tue Jul 17 04:39:59 2012
New Revision: 160359
URL: http://llvm.org/viewvc/llvm-project?rev=160359&view=rev
Log:
[TSan] cleanup header comments
Modified:
compiler-rt/trunk/lib/tsan/rtl/tsan_platform_mac.cc
compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_report.cc
compiler-rt/trunk/lib/tsan/rtl/tsan_trace.h
Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_platform_mac.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_platform_mac.cc?rev=160359&r1=160358&r2=160359&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_platform_mac.cc (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_platform_mac.cc Tue Jul 17 04:39:59 2012
@@ -9,7 +9,7 @@
//
// This file is a part of ThreadSanitizer (TSan), a race detector.
//
-// Linux-specific code.
+// Mac-specific code.
//===----------------------------------------------------------------------===//
#ifdef __APPLE__
Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_report.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_report.cc?rev=160359&r1=160358&r2=160359&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_report.cc (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_report.cc Tue Jul 17 04:39:59 2012
@@ -1,4 +1,4 @@
-//===-- tsan_rtl.cc -------------------------------------------------------===//
+//===-- tsan_rtl_report.cc ------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_trace.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_trace.h?rev=160359&r1=160358&r2=160359&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_trace.h (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_trace.h Tue Jul 17 04:39:59 2012
@@ -1,4 +1,4 @@
-//===-- tsan_trace.h -------------------------------------------*- C++ -*-===//
+//===-- tsan_trace.h --------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list