mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-06 04:18:00 +00:00
[mips] NaCl should now use the custom MipsELFStreamer (recently added) in spite
of MCELFStreamer. This is so that changes to MipsELFStreamer will automatically propagate through its subclasses. No functional changes (MipsELFStreamer has the same functionality of MCELFStreamer at the moment). Differential Revision: http://llvm-reviews.chandlerc.com/D3130 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -116,7 +116,7 @@ static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
|
||||
S = createMipsELFStreamer(Context, MAB, OS, Emitter, STI, RelaxAll,
|
||||
NoExecStack);
|
||||
else
|
||||
S = createMipsNaClELFStreamer(Context, MAB, OS, Emitter, RelaxAll,
|
||||
S = createMipsNaClELFStreamer(Context, MAB, OS, Emitter, STI, RelaxAll,
|
||||
NoExecStack);
|
||||
new MipsTargetELFStreamer(*S, STI);
|
||||
return S;
|
||||
|
||||
Reference in New Issue
Block a user