[PATCH] [Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD

Viktor Kutuzov vkutuzov at accesssoftek.com
Tue Nov 25 06:39:32 PST 2014


================
Comment at: test/asan/TestCases/heavy_uar_test.cc:30
@@ -29,3 +29,3 @@
 __attribute__((noinline))
 void RecuriveFunctionWithStackFrame(int depth) {
   if (depth <= 0) return;
----------------
Hmm, should it be named 'Recur**s**iveFunctionWithStackFrame'--with 's' in the middle?

http://reviews.llvm.org/D6406






More information about the llvm-commits mailing list