summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-24 05:23:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-06-24 05:23:16 +0000
commitcf28be26e896b2d6621005362958480a6feed0f0 (patch)
treee90c882bb55d9c813e7cb71660222f2cb299c2ae
parentf2f2291f4a7a868656542501b4cd6ccb5b902574 (diff)
parenta759eb96c55ed6adb3f5e3f0ad2f03a954b8a618 (diff)
downloadmclinker-platform-tools-31.0.3.tar.gz
Merge "Snap for 7487883 from cf06b4a943a507a47edae816d2d40a5edd7162eb to sdk-release" into sdk-releaseplatform-tools-31.0.3
-rw-r--r--lib/Core/IRBuilder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Core/IRBuilder.cpp b/lib/Core/IRBuilder.cpp
index 4c6eab8..3c3823e 100644
--- a/lib/Core/IRBuilder.cpp
+++ b/lib/Core/IRBuilder.cpp
@@ -82,6 +82,7 @@ LDFileFormat::Kind GetELFSectionKind(uint32_t pType,
return LDFileFormat::NamePool;
case llvm::ELF::SHT_RELA:
case llvm::ELF::SHT_REL:
+ case 19 /*llvm::ELF::SHT_RELR*/:
return LDFileFormat::Relocation;
case llvm::ELF::SHT_NOBITS:
return LDFileFormat::BSS;