[AsmPrinter] Delete redundant .type foo, @function when emitting an ifunc
In MCAsmStreamer: .type foo,@function # <--- this is redundant .type foo,@gnu_indirect_function In MCELFStreamer, the latter STT_GNU_IFUNC overrides STT_FUNC. llvm-svn: 368823
Loading
Please register or sign in to comment