Displaying 2 results from an estimated 2 matches for "218fe619".
2018 Jan 02
0
Testing End-To-End Functionality of Specific Optimization
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180102/218fe619/attachment.html>
2018 Jan 02
4
Testing End-To-End Functionality of Specific Optimization
Hello!
I am writing an instrumentation pass using LLVM. I have unit tests using
llvm-lit in the style of the tests in llvm/test to make sure the IR
changes show up in the correct place. I would also like to have some
end-to-end tests that start from a .c file, compile the program, run it,
and check the output.
I imagine I could do this as a test in the same style, but I'm wondering
if