[PATCH] D21817: [compiler-rt] Fix Sanitizer-common Unittests on win64
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 12:58:44 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/sanitizer_common/tests/sanitizer_test_main.cc:17
@@ +16,3 @@
+#ifdef _MSC_VER
+#pragma comment(linker, "/STACK:33554432")
+#endif
----------------
FIXME for it?
http://reviews.llvm.org/D21817
More information about the llvm-commits
mailing list