mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
fix a bug I introduced in r78724 that caused failures in:
CodeGen/X86/dll-linkage.ll & CodeGen/X86/mingw-alloca.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c89ecc5c2f
commit
4b152796ce
@ -30,7 +30,7 @@ namespace llvm {
|
||||
explicit X86ELFTargetAsmInfo(const X86TargetMachine &TM);
|
||||
};
|
||||
|
||||
struct X86COFFTargetAsmInfo : public TargetAsmInfo {
|
||||
struct X86COFFTargetAsmInfo : public COFFTargetAsmInfo {
|
||||
explicit X86COFFTargetAsmInfo(const X86TargetMachine &TM);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user