Index: llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp =================================================================== --- llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -155,9 +155,6 @@ static unsigned getELFSectionType(StringRef Name, SectionKind K) { - if (Name == getInstrProfCoverageSectionName(false)) - return ELF::SHT_NOTE; - if (Name == ".init_array") return ELF::SHT_INIT_ARRAY;