[PATCH] D17129: [Compiler-rt][MSan] fix param_tls_limit test

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 16:11:13 PST 2016


eugenis added a comment.

Maybe you can define PARTIAL_OVERFLOW() for the arguments that start in param-tls and end outside of it. It would be defined the same as OVERFLOW() on x86, and the same as NO_POISON() on other platforms, resulting in a slightly weaker test.


Repository:
  rL LLVM

http://reviews.llvm.org/D17129





More information about the llvm-commits mailing list