MC: Make sure to clear *all* of MCMachOStreamer's state
authorJustin Bogner <mail@justinbogner.com>
Thu, 3 Dec 2015 00:52:20 +0000 (00:52 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 3 Dec 2015 00:52:20 +0000 (00:52 +0000)
commit51b567dc4b8ed18fa45454da6b1e52b957f487d2
treec6240d0f7bd53c884fb288b2196e7b74bb600853
parent4231469f1d30adf0e1722b7dbb015e8038568971
MC: Make sure to clear *all* of MCMachOStreamer's state

The CreatedADWARFSection flag was added in r232842, but isn't cleared
properly when resetting the streamer's state. Fix that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254571 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCMachOStreamer.cpp