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

Jakob Bornecrantz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 04:35:57 PST 2017


Wallbraker requested changes to this revision.
Wallbraker added inline comments.


================
Comment at: include/llvm-c/Core.h:1526
+ */
+LLVMValueRef LLVMConstTokenNone(void);
+
----------------
We probably also want one that takes a Context for those of us that manages those ourselves.


https://reviews.llvm.org/D27616





More information about the llvm-commits mailing list