[llvm] r185484 - Debug Info: use module flag to set up Dwarf version.

Manman Ren mren at apple.com
Mon Jul 8 16:33:33 PDT 2013


On Jul 8, 2013, at 4:14 PM, Eric Christopher wrote:

> I'm not sure what you mean here?
> 
> -eric
> 
> On Mon, Jul 8, 2013 at 4:07 PM, Manman Ren <mren at apple.com> wrote:
>> 
>> 
>> Adding a ModFlagBehavior Min or Max only makes sense for flag that is a ConstantInt.
>> Is the behavior general enough?

This is referring to the request of using Min or Max when merging two modules with different dwarf versions.
Since the type of a module flag is "Value*" and "Min or Max" only makes sense when the Value is a ConstantInt,
I was asking whether adding a behavior "Min or Max" is general enough.

BTW, have we decided whether we should use Min or Max? It seems the discussion is still ongoing.

Manman

>> 
>> Manman




More information about the llvm-commits mailing list