[PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
Peter Collingbourne
peter at pcc.me.uk
Tue Jun 30 17:26:09 PDT 2015
================
Comment at: lib/sanitizer_common/sanitizer_common.h:662-665
@@ -661,4 +661,6 @@
#if _MSC_VER
+#ifndef _WIN64
// FIXME: make sure this is actually enough.
__asm;
+#endif
#else
----------------
majnemer wrote:
> This could probably be _ReadWriteBarrier();
I think it can; done.
http://reviews.llvm.org/D10856
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list