mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
this doesn't break any of the 4 ia64 tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d8052f08f
commit
1a1b323504
@ -36,9 +36,4 @@ IA64TargetAsmInfo::IA64TargetAsmInfo(const TargetMachine &TM):
|
||||
ConstantPoolSection = "\n\t.section .data, \"aw\", \"progbits\"\n";
|
||||
}
|
||||
|
||||
unsigned IA64TargetAsmInfo::RelocBehaviour() const {
|
||||
return (TM.getRelocationModel() != Reloc::Static ?
|
||||
Reloc::LocalOrGlobal : Reloc::Global);
|
||||
}
|
||||
|
||||
// FIXME: Support small data/bss/rodata sections someday.
|
||||
|
@ -24,7 +24,6 @@ namespace llvm {
|
||||
|
||||
struct IA64TargetAsmInfo : public ELFTargetAsmInfo {
|
||||
explicit IA64TargetAsmInfo(const TargetMachine &TM);
|
||||
virtual unsigned RelocBehaviour() const;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user