mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
Finally get rid of virtual inheritance in TAI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
742fd195a6
commit
b7679bd0cb
@ -24,7 +24,7 @@ namespace llvm {
|
||||
class Type;
|
||||
class Mangler;
|
||||
|
||||
struct DarwinTargetAsmInfo: public virtual TargetAsmInfo {
|
||||
struct DarwinTargetAsmInfo: public TargetAsmInfo {
|
||||
const Section* TextCoalSection;
|
||||
const Section* ConstDataCoalSection;
|
||||
const Section* ConstDataSection;
|
||||
|
@ -23,7 +23,7 @@ namespace llvm {
|
||||
class GlobalVariable;
|
||||
class Type;
|
||||
|
||||
struct ELFTargetAsmInfo: public virtual TargetAsmInfo {
|
||||
struct ELFTargetAsmInfo: public TargetAsmInfo {
|
||||
explicit ELFTargetAsmInfo(const TargetMachine &TM);
|
||||
|
||||
virtual const Section* SelectSectionForGlobal(const GlobalValue *GV) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user