Displaying 4 results from an estimated 4 matches for "symbolnum".
Did you mean:
symbolname
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
Hi,
In X86MachObjectWriter::RecordX86Relocation I found the comment
if (Target.isAbsolute()) { // constant
// SymbolNum of 0 indicates the absolute section.
//
// FIXME: Currently, these are never generated (see code below). I
cannot
// find a case where they are actually emitted.
Type = macho::RIT_Vanilla;
}
Is the FIXME still true? I've got some code that hits this, and it seems
any c...
2012 Jun 29
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...more familiar with the specifics of that will chime in.
-Jim
On Jun 29, 2012, at 8:58 AM, Verena Beckham <verena at codeplay.com> wrote:
> Hi,
>
> In X86MachObjectWriter::RecordX86Relocation I found the comment
>
>
> if (Target.isAbsolute()) { // constant
> // SymbolNum of 0 indicates the absolute section.
> //
> // FIXME: Currently, these are never generated (see code below). I
> cannot
> // find a case where they are actually emitted.
> Type = macho::RIT_Vanilla;
> }
>
> Is the FIXME still true? I've got some code...
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...more familiar with the specifics of that will chime in.
-Jim
On Jun 29, 2012, at 8:58 AM, Verena Beckham <verena at codeplay.com> wrote:
> Hi,
>
> In X86MachObjectWriter::RecordX86Relocation I found the comment
>
>
> if (Target.isAbsolute()) { // constant
> // SymbolNum of 0 indicates the absolute section.
> //
> // FIXME: Currently, these are never generated (see code below). I
> cannot
> // find a case where they are actually emitted.
> Type = macho::RIT_Vanilla;
> }
>
> Is the FIXME still true? I've got some code...
2012 Jul 02
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...me in.
>
> -Jim
>
> On Jun 29, 2012, at 8:58 AM, Verena Beckham<verena at codeplay.com> wrote:
>
>> Hi,
>>
>> In X86MachObjectWriter::RecordX86Relocation I found the comment
>>
>>
>> if (Target.isAbsolute()) { // constant
>> // SymbolNum of 0 indicates the absolute section.
>> //
>> // FIXME: Currently, these are never generated (see code below). I
>> cannot
>> // find a case where they are actually emitted.
>> Type = macho::RIT_Vanilla;
>> }
>>
>> Is the FIXME...