forked from OSchip/llvm-project
I forgot these files in the previous commit.
llvm-svn: 130635
This commit is contained in:
parent
fd05785324
commit
95215a76cd
|
@ -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 =
|
||||
|
|
|
@ -29,6 +29,7 @@ namespace llvm {
|
|||
explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
|
||||
virtual const MCExpr *
|
||||
getExprForPersonalitySymbol(const MCSymbol *Sym,
|
||||
unsigned Encoding,
|
||||
MCStreamer &Streamer) const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue