forked from OSchip/llvm-project
parent
d80372c45e
commit
559ff1fe03
|
@ -40,9 +40,6 @@ void ARMElfTargetObjectFile::Initialize(MCContext &Ctx,
|
|||
if (isAAPCS_ABI) {
|
||||
LSDASection = nullptr;
|
||||
}
|
||||
|
||||
AttributesSection =
|
||||
getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0);
|
||||
}
|
||||
|
||||
const MCExpr *ARMElfTargetObjectFile::getTTypeGlobalReference(
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
namespace llvm {
|
||||
|
||||
class ARMElfTargetObjectFile : public TargetLoweringObjectFileELF {
|
||||
protected:
|
||||
const MCSection *AttributesSection = nullptr;
|
||||
|
||||
public:
|
||||
ARMElfTargetObjectFile()
|
||||
: TargetLoweringObjectFileELF() {
|
||||
|
|
Loading…
Reference in New Issue