mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Second try at making direct object emission produce the same results
as llc + llvm-mc. This time ELF is not changed and I tested that llvm-gcc bootstrap on darwin10 using darwin9's assembler and linker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121006 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -249,6 +249,12 @@ namespace llvm {
|
||||
virtual void EmitIntValue(uint64_t Value, unsigned Size,
|
||||
unsigned AddrSpace = 0);
|
||||
|
||||
/// EmitAbsValue - Emit the Value, but try to avoid relocations. On MachO
|
||||
/// this is done by producing
|
||||
/// foo = value
|
||||
/// .long foo
|
||||
void EmitAbsValue(const MCExpr *Value, unsigned Size,
|
||||
unsigned AddrSpace = 0);
|
||||
|
||||
virtual void EmitULEB128Value(const MCExpr *Value,
|
||||
unsigned AddrSpace = 0) = 0;
|
||||
|
Reference in New Issue
Block a user