mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove obsolete FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4c2a02485
commit
4544da484d
@ -156,8 +156,6 @@ void MCMachOStreamer::EmitAssemblerFlag(MCAssemblerFlag Flag) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MCMachOStreamer::EmitThumbFunc(MCSymbol *Symbol) {
|
void MCMachOStreamer::EmitThumbFunc(MCSymbol *Symbol) {
|
||||||
// FIXME: Flag the function ISA as thumb with DW_AT_APPLE_isa.
|
|
||||||
|
|
||||||
// Remember that the function is a thumb function. Fixup and relocation
|
// Remember that the function is a thumb function. Fixup and relocation
|
||||||
// values will need adjusted.
|
// values will need adjusted.
|
||||||
getAssembler().setIsThumbFunc(Symbol);
|
getAssembler().setIsThumbFunc(Symbol);
|
||||||
|
Loading…
Reference in New Issue
Block a user