[mips] NaCl should now use the custom MipsELFStreamer (recently added) in spite
authorMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 27 Mar 2014 11:52:20 +0000 (11:52 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 27 Mar 2014 11:52:20 +0000 (11:52 +0000)
commitea28b322f8bec73e64e54b3c099fc1cfaa70b43c
treed3e1eb8bbc75745f60cfcbbf12a0987ad68d0944
parent7123b1a43eeed99064bfccef7e325493508b4139
[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
lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp