mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 20:22:09 +00:00
MC: Set symbol values in MachO MCStreamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84236 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7eb85194f2
commit
a4d8667c87
@ -198,7 +198,9 @@ void MCMachOStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) {
|
||||
assert((Symbol->isUndefined() || Symbol->isAbsolute()) &&
|
||||
"Cannot define a symbol twice!");
|
||||
|
||||
llvm_unreachable("FIXME: Not yet implemented!");
|
||||
// FIXME: Lift context changes into super class.
|
||||
// FIXME: Set associated section.
|
||||
Symbol->setValue(Value);
|
||||
}
|
||||
|
||||
void MCMachOStreamer::EmitSymbolAttribute(MCSymbol *Symbol,
|
||||
|
Loading…
x
Reference in New Issue
Block a user