AMDGPU/SI: Remove ending s_endpgm from non-void functions
[oota-llvm.git] / lib / MC / MCSectionELF.cpp
index 92d2b9667c80513d2af238106369f050516d6fb2..5a0bb7fe986fb39518425721aefb83d14a360f38 100644 (file)
@@ -133,6 +133,8 @@ void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI,
     OS << "note";
   else if (Type == ELF::SHT_PROGBITS)
     OS << "progbits";
+  else if (Type == ELF::SHT_X86_64_UNWIND)
+    OS << "unwind";
 
   if (EntrySize) {
     assert(Flags & ELF::SHF_MERGE);