[PATCH] D13426: Move types in the LLVM C API from Core to Support
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 13:11:46 PST 2015
echristo added a subscriber: echristo.
echristo added a comment.
Done as of:
commit cca8dbee4ea6ee37ef32e1794008d4d15bbd566b
Author: Eric Christopher <echristo at gmail.com>
Date: Fri Dec 18 01:46:52 2015 +0000
Reorganize the C API headers to improve build times.
Type specific declarations 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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255965
91177308-0d34-0410-b5e6-96231b3b80d8
http://reviews.llvm.org/D13426
More information about the llvm-commits
mailing list