search for: rit_vanilla

Displaying 4 results from an estimated 4 matches for "rit_vanilla".

2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...: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 code doing a function call to an absolute address (as described in this bug for ELF: http://llvm.org/bugs/show_bug.cgi?id=8656) would hit this. (Although I haven't tried it) I'm using Windows 32bit x...
2012 Jun 29
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...t > > > 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 code doing a function call to an absolute address (as described in > this bug for ELF: http://llvm.org/bugs/show_bug.cgi?id=8656) would hit > this. (Although I haven't tried it) &...
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...t > > > 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 code doing a function call to an absolute address (as > described in this bug for ELF: > http://llvm.org/bugs/show_bug.cgi?id=8656) would hit this. (Although I > haven't tried...
2012 Jul 02
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...get.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 code doing a function call to an absolute address (as >> described in this bug for ELF: >> http://llvm.org/bugs/show_bug.cgi?id=8656) would hit this. (Although I &g...