[PATCH] D14589: sancov test suite

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 14:51:19 PST 2015


aizatsky added a comment.

ptal


================
Comment at: test/tools/sancov/Inputs/test.cpp:13
@@ +12,3 @@
+__attribute__((noinline))
+std::string bar(std::string str) { printf("bar\n"); return str; }
+
----------------
krasin wrote:
> What is the point of returning the str argument? Why do you return it as the result?
to have a complicated mangled name.


http://reviews.llvm.org/D14589





More information about the llvm-commits mailing list