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

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 16:19:36 PST 2015


echristo added a comment.

Some more text for you to fix :)

Thanks!

-eric


================
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
----------------
"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." 

================
Comment at: include/llvm-c/ErrorHandling.h:1
@@ +1,2 @@
+/*===-- llvm-c/Support.h - Support C Interface --------------------*- C -*-===*\
+|*                                                                            *|
----------------
Still have a copy and paste problem.

================
Comment at: include/llvm-c/Types.h:1
@@ +1,2 @@
+/*===-- llvm-c/Support.h - Support C Interface --------------------*- C -*-===*\
+|*                                                                            *|
----------------
Still have a copy and paste problem.


http://reviews.llvm.org/D13426





More information about the llvm-commits mailing list