[compiler-rt] r190933 - [tsan] No-op implementation of AnnotateMemoryIsInitialized.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Sep 18 04:20:31 PDT 2013
Author: eugenis
Date: Wed Sep 18 06:20:31 2013
New Revision: 190933
URL: http://llvm.org/viewvc/llvm-project?rev=190933&view=rev
Log:
[tsan] No-op implementation of AnnotateMemoryIsInitialized.
Modified:
compiler-rt/trunk/lib/tsan/rtl/tsan_interface_ann.cc
Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_interface_ann.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_interface_ann.cc?rev=190933&r1=190932&r2=190933&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_interface_ann.cc (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_interface_ann.cc Wed Sep 18 06:20:31 2013
@@ -448,4 +448,7 @@ const char INTERFACE_ATTRIBUTE* ThreadSa
else
return "0";
}
+
+void INTERFACE_ATTRIBUTE
+AnnotateMemoryIsInitialized(char *f, int l, uptr mem, uptr sz) {}
} // extern "C"
More information about the llvm-commits
mailing list