Temporarily backing out 56585:56589 to unbreak the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56607 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2008-09-25 07:38:08 +00:00
parent dceffe66b9
commit 688535e005
12 changed files with 182 additions and 211 deletions

View File

@@ -23,7 +23,7 @@ namespace llvm {
class GlobalVariable;
class Type;
struct ELFTargetAsmInfo: public TargetAsmInfo {
struct ELFTargetAsmInfo: public virtual TargetAsmInfo {
explicit ELFTargetAsmInfo(const TargetMachine &TM);
virtual const Section* SelectSectionForGlobal(const GlobalValue *GV) const;