[PATCH] D13426: Move types in the LLVM C API from Core to Support

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 13:06:57 PDT 2015


deadalnix added a comment.

@jyknight I put it there because there was already some common facilities in it, like LLVMBool and it is included across the C API. I can create a new header file if that is necessary (actually, that makes a lot of sense).


http://reviews.llvm.org/D13426





More information about the llvm-commits mailing list