mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Finally get rid of virtual inheritance in TAI
llvm-svn: 56589
This commit is contained in:
parent
ff74ae04b1
commit
f368783e31
@ -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…
Reference in New Issue
Block a user