[PATCH] D10725: Improve testing for the C API

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 15:29:46 PST 2016


deadalnix added inline comments.

================
Comment at: tools/llvm-c-test/echo.cpp:335-338
@@ +334,6 @@
+
+  ValueMap VMap;
+  if (Count == 0)
+    return VMap;
+
+  LLVMValueRef SrcFirst = LLVMGetFirstParam(Src);
----------------
echristo wrote:
> I think I was just wanting a testcase with more than zero parameters when I asked.
I have more coming :)


http://reviews.llvm.org/D10725





More information about the llvm-commits mailing list