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

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 16:30:33 PST 2015


deadalnix added inline comments.

================
Comment at: docs/ReleaseNotes.rst:53
@@ +52,3 @@
+* With this release, the C API headers have been reorganized to improve build
+  time. Various typedef moved to Type.h so most of the LLVM codebase can depend
+  on it rather than the whole C API. LLVM error handling binding moved from
----------------
echristo wrote:
> "Type specific defines have been moved to Type.h, and error handling routines have been moved to ErrorHandling.h. Both are included in Core.h so nothing should change for projects directly including the headers, but transitive dependencies may be affected." 
There are typedefs and opaque structs, not defines.


http://reviews.llvm.org/D13426





More information about the llvm-commits mailing list