[llvm-commits] [llvm] r115827 - /llvm/trunk/lib/Linker/LinkModules.cpp

Bill Wendling isanbard at gmail.com
Wed Oct 6 13:34:50 PDT 2010


On Oct 6, 2010, at 1:21 PM, Eric Christopher wrote:

> On Oct 6, 2010, at 1:18 PM, Bill Wendling wrote:
> 
>> Author: void
>> Date: Wed Oct  6 15:18:44 2010
>> New Revision: 115827
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=115827&view=rev
>> Log:
>> Revert "RequiresUnique" patch. This should be handled at a lower level.
> 
> Hmm?
> 
> What's the new plan?
> 
Try to find a lower level to place this logic (or something similar) into it. Hopefully, it can be in a place where I have MCSection objects to look at.

-bw






More information about the llvm-commits mailing list