[llvm-commits] [llvm] r115901 - /llvm/trunk/include/llvm/InitializePasses.h

Eric Christopher echristo at apple.com
Wed Oct 6 22:14:45 PDT 2010


On Oct 6, 2010, at 10:12 PM, Owen Anderson wrote:

> 
> On Oct 6, 2010, at 10:01 PM, Chris Lattner wrote:
> 
>> 
>> On Oct 6, 2010, at 9:17 PM, Owen Anderson wrote:
>> 
>>> Author: resistor
>>> Date: Wed Oct  6 23:17:38 2010
>>> New Revision: 115901
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=115901&view=rev
>>> Log:
>>> Add the header that I accidentally forgot from r115900.
>> 
>> Hi Owen,
>> 
>> Why do we need a big list of all the passes in LLVM?  Having one in linkallpasses is bad enough, why another?
> 
> This will subsume LinkAllPasses once it's done, and will actually do something useful to boot!

Does that mean we'll be able to remove the copy in llvm-gcc too? :)

-eric



More information about the llvm-commits mailing list