[PATCH] D22800: [tsan] Fix behavior of realloc(nullptr, 0) on Darwin
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 05:33:25 PDT 2016
dvyukov accepted this revision.
dvyukov added a comment.
This revision is now accepted and ready to land.
LGTM with a nit
================
Comment at: test/tsan/Darwin/realloc-zero.cc:16
@@ +15,3 @@
+ }
+ fprintf(stderr, "Okay.");
+ return 0;
----------------
add \n
https://reviews.llvm.org/D22800
More information about the llvm-commits
mailing list