[PATCH] [compiler-rt] Fix a flaky heap-overflow-large.cc test

Alexey Samsonov vonosmas at gmail.com
Sun Mar 22 10:44:55 PDT 2015


Nice catch! I'd go for smth. simpler than that, e.g.

  unsigned res = x[index];
  return (res % 10) + 1;


http://reviews.llvm.org/D8515

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list