Allow the AsmInfo to query for the compact unwind section.
authorBill Wendling <isanbard@gmail.com>
Thu, 23 Jun 2011 00:23:04 +0000 (00:23 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 23 Jun 2011 00:23:04 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133670 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetAsmInfo.h

index ad44ada1f86fa5c25519fb4e9aeaf05f3a23ad47..1dc725a89336bb6f1de025283670fe0172bebabe 100644 (file)
@@ -59,6 +59,10 @@ public:
     return TLOF->getEHFrameSection();
   }
 
+  const MCSection *getCompactUnwindSection() const {
+    return TLOF->getCompactUnwindSection();
+  }
+
   const MCSection *getDwarfFrameSection() const {
     return TLOF->getDwarfFrameSection();
   }