[llvm-commits] [llvm] r159312 - in /llvm/trunk: include/llvm/ include/llvm/Analysis/ lib/Analysis/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/CodeGen/SelectionDAG/ lib/ExecutionEngine/ lib/ExecutionEngine/IntelJITEvents/ lib/ExecutionEngine/JIT/ li
Bill Wendling
isanbard at gmail.com
Wed Jun 27 17:17:08 PDT 2012
On Jun 27, 2012, at 5:14 PM, Chandler Carruth wrote:
> YAY! Thank you! =]
>
> I also notice lots of other header file cleanup in this patch, again thank you!
>
You're welcome. :)
> Would you be up for me moving IRBuilder and a few other classes in Support that are just interfaces around building Instructions and other VMCore stuff into the VMCore library? ;] That's the other layering violation that has bugged me for a long time.
I don't mind. It probably needs to happen to DIBuilder as well.
-bw
More information about the llvm-commits
mailing list