mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 06:38:41 +00:00
Pacify virtual dtor warnings and cmake buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137060 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41ab14b725
commit
08de97a5b0
@ -25,6 +25,8 @@ protected:
|
|||||||
|
|
||||||
MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
|
MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
|
||||||
public:
|
public:
|
||||||
|
virtual ~MCInstrAnalysis() {}
|
||||||
|
|
||||||
virtual bool isBranch(const MCInst &Inst) const {
|
virtual bool isBranch(const MCInst &Inst) const {
|
||||||
return Info->get(Inst.getOpcode()).isBranch();
|
return Info->get(Inst.getOpcode()).isBranch();
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,7 @@ add_llvm_library(LLVMMC
|
|||||||
MCExpr.cpp
|
MCExpr.cpp
|
||||||
MCInst.cpp
|
MCInst.cpp
|
||||||
MCInstPrinter.cpp
|
MCInstPrinter.cpp
|
||||||
|
MCInstrAnalysis.cpp
|
||||||
MCLabel.cpp
|
MCLabel.cpp
|
||||||
MCDwarf.cpp
|
MCDwarf.cpp
|
||||||
MCLoggingStreamer.cpp
|
MCLoggingStreamer.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user