I forgot these files in the previous commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130635 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2011-05-01 04:19:24 +00:00
parent debd7e4e8b
commit c35280647b
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;
};