[PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
David Majnemer
david.majnemer at gmail.com
Tue Jun 30 17:15:06 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
----------------
This could probably be _ReadWriteBarrier();
http://reviews.llvm.org/D10856
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list