[llvm-commits] [llvm] r76943 - /llvm/trunk/lib/Support/Allocator.cpp

Chris Lattner clattner at apple.com
Fri Jul 24 10:05:36 PDT 2009


On Jul 24, 2009, at 9:58 AM, Reid Kleckner wrote:

> FWIW, I made that change in my patch, and Chris told me that that file
> shouldn't depend on raw_ostream.

Hi Reid,

Sorry for the confusion, I meant that the header file shouldn't  
#include raw_ostream.h.  Doing so would mean that code which included  
allocator.h would get raw_ostream.h

-Chris




More information about the llvm-commits mailing list