Revert previous patch. Missed a case.
[oota-llvm.git] / include / llvm / MC / MCContext.h
index d3b38360e324d5f4cdcbfc9df5e340fdfecdbc34..5ddbdae85d43a7d8b1a0ad4be52239274ba19b54 100644 (file)
@@ -140,6 +140,7 @@ namespace llvm {
     
     const MCSection *getELFSection(StringRef Section, unsigned Type,
                                    unsigned Flags, SectionKind Kind,
+                                   bool IsExplicit = false,
                                    unsigned EntrySize = 0);
 
     const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,