[PATCH] D17129: [Compiler-rt][MSan] fix param_tls_limit test
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 29 13:01:08 PST 2016
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/msan/param_tls_limit.cc:68
@@ -56,3 +67,3 @@
NO_OVERFLOW(s);
OVERFLOW(c);
OVERFLOW(d);
----------------
This one is also PARTIAL_OVERFLOW. Does not really matter since "int", naturally, does not get split.
Repository:
rL LLVM
http://reviews.llvm.org/D17129
More information about the llvm-commits
mailing list