[PATCH] D13426: Move types in the LLVM C API from Core to Support
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 17:10:31 PST 2015
echristo added a comment.
Some wordsmithing and a request for more text in the release notes.
Thanks!
================
Comment at: docs/ReleaseNotes.rst:44-47
@@ -43,1 +43,6 @@
+* With this release, C API header have been reorganized as to improve build
+ time. Nothing should change for project including the headers directly,
+ but could affect people relying on the fact that C API header are included
+ transitively.
+
----------------
How about:
"With this release, the C API headers have been reorganized to improve build time. <insert comment about what moved and where>. Nothing should change for projects including the headers directly, but may affect code that included headers transitively."
http://reviews.llvm.org/D13426
More information about the llvm-commits
mailing list