Revert "[BTF] Add BTF DebugInfo"

This reverts commit 9c6b970db8.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Yonghong Song
2018-11-30 16:54:43 +00:00
parent f019d91c8e
commit f170fd931e
49 changed files with 2 additions and 3984 deletions
-3
View File
@@ -476,9 +476,6 @@ void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) {
Ctx->getELFSection(".eh_frame", EHSectionType, EHSectionFlags);
StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0);
BTFSection = Ctx->getELFSection(".BTF", ELF::SHT_PROGBITS, 0);
BTFExtSection = Ctx->getELFSection(".BTF.ext", ELF::SHT_PROGBITS, 0);
}
void MCObjectFileInfo::initCOFFMCObjectFileInfo(const Triple &T) {