Displaying 5 results from an estimated 5 matches for "gettypealignmentpref".
2007 Jan 24
2
[LLVMdev] llvm-poolalloc compilation failed
...ByteAlignment(const llvm::Type*,
unsigned int, const llvm::TargetData&)':
Heuristic.cpp:77: error: 'const class llvm::TargetData' has no member
named 'getTypeAlignment'
There seem to be 3 methods in TargetData that are close to
getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (),
getTypeAlignmentShift (). Does anyone working on llvm-poolalloc know
what method should be used.
Thanks,
Ryan
2007 Jan 24
0
[LLVMdev] llvm-poolalloc compilation failed
...argetData' has no member
> named 'getTypeAlignment'
The getTypeAlignment method was renamed to getTypeAlignmentABI, it should
be safe to make that substitution.
-Chris
> There seem to be 3 methods in TargetData that are close to
> getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (),
> getTypeAlignmentShift (). Does anyone working on llvm-poolalloc know
> what method should be used.
>
> Thanks,
> Ryan
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://...
2007 Jan 24
3
[LLVMdev] llvm-poolalloc compilation failed
...#39;getTypeAlignment'
>
> The getTypeAlignment method was renamed to getTypeAlignmentABI, it
> should
> be safe to make that substitution.
>
> -Chris
>
>> There seem to be 3 methods in TargetData that are close to
>> getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (),
>> getTypeAlignmentShift (). Does anyone working on llvm-poolalloc know
>> what method should be used.
>>
>> Thanks,
>> Ryan
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http...
2007 Jan 24
0
[LLVMdev] llvm-poolalloc compilation failed
...gt;> The getTypeAlignment method was renamed to getTypeAlignmentABI, it
>> should
>> be safe to make that substitution.
>>
>> -Chris
>>
>>> There seem to be 3 methods in TargetData that are close to
>>> getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (),
>>> getTypeAlignmentShift (). Does anyone working on llvm-poolalloc know
>>> what method should be used.
>>>
>>> Thanks,
>>> Ryan
>>> _______________________________________________
>>> LLVM Developers mailing list
>>> LLV...
2007 Feb 06
1
[LLVMdev] llvm-poolalloc compilation failed
...was renamed to getTypeAlignmentABI, it
>>>should
>>>be safe to make that substitution.
>>>
>>>-Chris
>>>
>>>
>>>>There seem to be 3 methods in TargetData that are close to
>>>>getTypeAlignment(): getTypeAlignmentABI (), getTypeAlignmentPref (),
>>>>getTypeAlignmentShift (). Does anyone working on llvm-poolalloc know
>>>>what method should be used.
>>>>
>>>>Thanks,
>>>>Ryan
>>>>_______________________________________________
>>>>LLVM Developers mailing...