diff options
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430TargetAsmInfo.h')
-rw-r--r-- | llvm/lib/Target/MSP430/MSP430TargetAsmInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430TargetAsmInfo.h b/llvm/lib/Target/MSP430/MSP430TargetAsmInfo.h index 64188e3bdc6..b58d5c9c764 100644 --- a/llvm/lib/Target/MSP430/MSP430TargetAsmInfo.h +++ b/llvm/lib/Target/MSP430/MSP430TargetAsmInfo.h @@ -15,13 +15,14 @@ #define MSP430TARGETASMINFO_H #include "llvm/Target/TargetAsmInfo.h" +#include "llvm/Target/ELFTargetAsmInfo.h" namespace llvm { // Forward declaration. class MSP430TargetMachine; - struct MSP430TargetAsmInfo : public TargetAsmInfo { + struct MSP430TargetAsmInfo : public ELFTargetAsmInfo { explicit MSP430TargetAsmInfo(const MSP430TargetMachine &TM); }; |