Skip to content

Commit 2edb151

Browse files
authored
Merge pull request #9339 from bnbarham/more-crel-revert
Workaround invalid reloc 315 on aarch64 Linux
2 parents 5243ae3 + 0614ff9 commit 2edb151

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64TargetObjectFile.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class AArch64_ELFTargetObjectFile : public TargetLoweringObjectFileELF {
2222
public:
2323
AArch64_ELFTargetObjectFile() {
2424
PLTRelativeVariantKind = MCSymbolRefExpr::VK_PLT;
25-
SupportIndirectSymViaGOTPCRel = true;
2625
}
2726

2827
const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,

0 commit comments

Comments
 (0)