Displaying 2 results from an estimated 2 matches for "xxxtargetlayout".
2015 Apr 03
3
[LLVMdev] [lld][RFC] TargetLayout class removing
Hi Rui, Shankar,
Do we really need empty TargetLayout class? No we have the following hierarchy:
Layout <- DefaultLayout<> <- TargetLayout<> <- xxxTargetLayout<>
I suggest to remove TargetLayout and rename DefaultLayout to TargetLayout.
Thoughts?
--
Simon Atanasyan
2015 Apr 03
2
[LLVMdev] [lld][RFC] TargetLayout class removing
...at 12:36 PM, Simon Atanasyan <simon at atanasyan.com>
> wrote:
>>
>> Hi Rui, Shankar,
>>
>> Do we really need empty TargetLayout class? No we have the following
>> hierarchy:
>>
>> Layout <- DefaultLayout<> <- TargetLayout<> <- xxxTargetLayout<>
>>
>> I suggest to remove TargetLayout and rename DefaultLayout to TargetLayout.
>>
>> Thoughts?
--
Simon Atanasyan