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

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 12:40:11 PDT 2015


jyknight added a comment.

I'm not sure this factoring actually makes sense: Support.h looks like it's intended to be exposing functionality in the lib/Support/*.cpp files, right? So putting these types into its header file would be misplacing them.


http://reviews.llvm.org/D13426





More information about the llvm-commits mailing list