mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 23:23:38 -04:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user