mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Minor cosmetic change: fix DOSish \r\n.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115910 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5814a3c15
commit
86c3647ddf
@ -162,10 +162,10 @@ void WinCOFFStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) {
|
|||||||
// don't really even do.
|
// don't really even do.
|
||||||
|
|
||||||
if (Value->getKind() != MCExpr::SymbolRef) {
|
if (Value->getKind() != MCExpr::SymbolRef) {
|
||||||
// TODO: This is exactly the same as MachOStreamer. Consider merging into
|
// TODO: This is exactly the same as MachOStreamer. Consider merging into
|
||||||
// MCObjectStreamer.
|
// MCObjectStreamer.
|
||||||
getAssembler().getOrCreateSymbolData(*Symbol);
|
getAssembler().getOrCreateSymbolData(*Symbol);
|
||||||
AddValueSymbols(Value);
|
AddValueSymbols(Value);
|
||||||
Symbol->setVariableValue(Value);
|
Symbol->setVariableValue(Value);
|
||||||
} else {
|
} else {
|
||||||
// FIXME: This is a horrible way to do this :(. This should really be
|
// FIXME: This is a horrible way to do this :(. This should really be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user