[PATCH] D10725: Improve testing for the C API
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 17:23:58 PST 2016
deadalnix updated this revision to Diff 45471.
deadalnix added a comment.
Use SmallVector for call argument. Did not do it for function type as the API dumps it all at once in a buffer and this doesn't map well on top of C++ .
http://reviews.llvm.org/D10725
Files:
test/Bindings/llvm-c/echo.ll
tools/llvm-c-test/CMakeLists.txt
tools/llvm-c-test/calc.c
tools/llvm-c-test/echo.cpp
tools/llvm-c-test/llvm-c-test.h
tools/llvm-c-test/main.c
tools/llvm-c-test/metadata.c
tools/llvm-c-test/module.c
tools/llvm-c-test/object.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10725.45471.patch
Type: text/x-patch
Size: 18107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/9bdc8c00/attachment.bin>
More information about the llvm-commits
mailing list