[compiler-rt] r220369 - [tsan] add a stub of another dynamic annotation

Kostya Serebryany kcc at google.com
Tue Oct 21 22:02:20 PDT 2014


Author: kcc
Date: Wed Oct 22 00:02:20 2014
New Revision: 220369

URL: http://llvm.org/viewvc/llvm-project?rev=220369&view=rev
Log:
[tsan] add a stub of another dynamic annotation

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=220369&r1=220368&r2=220369&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_interface_ann.cc (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_interface_ann.cc Wed Oct 22 00:02:20 2014
@@ -454,4 +454,6 @@ const char INTERFACE_ATTRIBUTE* ThreadSa
 
 void INTERFACE_ATTRIBUTE
 AnnotateMemoryIsInitialized(char *f, int l, uptr mem, uptr sz) {}
+void INTERFACE_ATTRIBUTE
+AnnotateMemoryIsUninitialized(char *f, int l, uptr mem, uptr sz) {}
 }  // extern "C"





More information about the llvm-commits mailing list