Merge "Teach mclinker that SHT_RELR sections are just relocations."
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 @@
       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;