aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAsmInfoDarwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCAsmInfoDarwin.h')
-rw-r--r--include/llvm/MC/MCAsmInfoDarwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCAsmInfoDarwin.h b/include/llvm/MC/MCAsmInfoDarwin.h
index 3d249f9..d587c3c 100644
--- a/include/llvm/MC/MCAsmInfoDarwin.h
+++ b/include/llvm/MC/MCAsmInfoDarwin.h
@@ -19,9 +19,9 @@
namespace llvm {
class MCAsmInfoDarwin : public MCAsmInfo {
- virtual void anchor();
public:
explicit MCAsmInfoDarwin();
+ bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
};
}