Fix a regression in .pop_section.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 8 Jun 2015 20:08:55 +0000 (20:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 8 Jun 2015 20:08:55 +0000 (20:08 +0000)
commit279ef837e851c2f6b6aec5d40b32d15a1f6ae885
tree655d9766ceb844da05dd881c8fc597b2d19ab920
parent8176f933d9f2d699eb2061eb7b111ce8c95c561b
Fix a regression in .pop_section.

It was calling ChangeSection with the wrong current section, eventually leading
to a crash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239335 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
test/MC/ELF/popsection.s [new file with mode: 0644]