[compiler-rt] r182582 - [TSan] Try to fix the Go-TSan build.
Alexander Potapenko
glider at google.com
Thu May 23 05:54:35 PDT 2013
Author: glider
Date: Thu May 23 07:54:35 2013
New Revision: 182582
URL: http://llvm.org/viewvc/llvm-project?rev=182582&view=rev
Log:
[TSan] Try to fix the Go-TSan build.
Modified:
compiler-rt/trunk/lib/tsan/go/tsan_go.cc
Modified: compiler-rt/trunk/lib/tsan/go/tsan_go.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/go/tsan_go.cc?rev=182582&r1=182581&r2=182582&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/go/tsan_go.cc (original)
+++ compiler-rt/trunk/lib/tsan/go/tsan_go.cc Thu May 23 07:54:35 2013
@@ -220,3 +220,11 @@ void ___chkstk_ms(void) {
} // extern "C"
} // namespace __tsan
+
+namespace __sanitizer {
+
+void SymbolizerPrepareForSandboxing() {
+ // Nothing to do here for Go.
+}
+
+} // namespace __sanitizer
More information about the llvm-commits
mailing list