[llvm-commits] [PATCH] Extract ObjCARC into its own library to facilitate refactoring.

Michael Gottesman mgottesman at apple.com
Sat Jan 26 16:53:42 PST 2013


The following patch extracts ObjCARC into its own library. This is because I am going to in the near future start refactoring its multiple passes into separate files. This implies that it must be its own library since it will have multiple source files (if my understanding of the LLVM library criteria is correct).

I have successfully built llvm/clang with my changes on Darwin with both cmake/ninja and autoconf/make.

Please Review,

Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Extracted-ObjCARC.cpp-into-its-own-library-libLLVMOb.patch
Type: application/octet-stream
Size: 346683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130126/10b14d0e/attachment.obj>


More information about the llvm-commits mailing list