I forgot these files in the previous commit.

llvm-svn: 130635
This commit is contained in:
Rafael Espindola 2011-05-01 04:19:24 +00:00
parent fd05785324
commit 95215a76cd
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
const MCExpr *
X86_64MCAsmInfoDarwin::getExprForPersonalitySymbol(const MCSymbol *Sym,
unsigned Encoding,
MCStreamer &Streamer) const {
MCContext &Context = Streamer.getContext();
const MCExpr *Res =

View File

@ -29,6 +29,7 @@ namespace llvm {
explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
virtual const MCExpr *
getExprForPersonalitySymbol(const MCSymbol *Sym,
unsigned Encoding,
MCStreamer &Streamer) const;
};