aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAsmInfoELF.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCAsmInfoELF.h')
-rw-r--r--include/llvm/MC/MCAsmInfoELF.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/MC/MCAsmInfoELF.h b/include/llvm/MC/MCAsmInfoELF.h
index 7bd2460..afd4933 100644
--- a/include/llvm/MC/MCAsmInfoELF.h
+++ b/include/llvm/MC/MCAsmInfoELF.h
@@ -15,8 +15,7 @@
namespace llvm {
class MCAsmInfoELF : public MCAsmInfo {
virtual void anchor();
- const MCSection *
- getNonexecutableStackSection(MCContext &Ctx) const override final;
+ const MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
protected:
MCAsmInfoELF();