summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectFileInfo.cpp
diff options
context:
space:
mode:
authorEli Friedman <efriedma@codeaurora.org>2018-10-12 19:41:05 +0000
committerEli Friedman <efriedma@codeaurora.org>2018-10-12 19:41:05 +0000
commita6e3a823b3aac3cce6e5c0c3a5816c5f0ad2cd93 (patch)
tree2610efe3483b5d29deeb1ab63eb3c3da85ee9d4e /llvm/lib/MC/MCObjectFileInfo.cpp
parent1bb0c6041afaa2570a4dd943146d31e7d66e4590 (diff)
downloadbcm5719-llvm-a6e3a823b3aac3cce6e5c0c3a5816c5f0ad2cd93.tar.gz
bcm5719-llvm-a6e3a823b3aac3cce6e5c0c3a5816c5f0ad2cd93.zip
Revert BTF commit series.
The initial patch was not reviewed, and does not have any tests; it should not have been merged. This reverts 344395, 344390, 344387, 344385, 344381, 344376, and 344366. llvm-svn: 344405
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
-rw-r--r--llvm/lib/MC/MCObjectFileInfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp
index bddcf459ac0..edfccfcb9ed 100644
--- a/llvm/lib/MC/MCObjectFileInfo.cpp
+++ b/llvm/lib/MC/MCObjectFileInfo.cpp
@@ -468,9 +468,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) {
OpenPOWER on IntegriCloud