diff options
author | Yonghong Song <yhs@fb.com> | 2018-11-30 16:54:43 +0000 |
---|---|---|
committer | Yonghong Song <yhs@fb.com> | 2018-11-30 16:54:43 +0000 |
commit | f487334622dc64c6e8f1e68057181b41b69e27a3 (patch) | |
tree | db8221b595aa21ca302b6b74b4e5663f9e35643f /llvm/lib/MC/MCObjectFileInfo.cpp | |
parent | 0f221f53d80b5bf517c1ae6036b13b25900e2c46 (diff) | |
download | bcm5719-llvm-f487334622dc64c6e8f1e68057181b41b69e27a3.tar.gz bcm5719-llvm-f487334622dc64c6e8f1e68057181b41b69e27a3.zip |
Revert "[BTF] Add BTF DebugInfo"
This reverts commit 9c6b970db8bc63b28ce58a129bb1580a6a3c6caf.
llvm-svn: 348004
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
-rw-r--r-- | llvm/lib/MC/MCObjectFileInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp index d9d3c5031a8..0513ba5a82a 100644 --- a/llvm/lib/MC/MCObjectFileInfo.cpp +++ b/llvm/lib/MC/MCObjectFileInfo.cpp @@ -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) { |