[PATCH] D27616: Add LLVM-C interface for Windows x64 SEH instructions

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 14:01:26 PST 2016


deadalnix added a comment.

A few things here.

1/ Please add a test for this. You can use the echo facility to do so. You can grep for 'llvm-c-test --echo' in the test folder to find some examples of this. This will ensure you can read/write this IR properly.
2/ The formatting is off all over the place. Please follow the usual formatting. You can use clang-format to help you do so.


https://reviews.llvm.org/D27616





More information about the llvm-commits mailing list