]> granicus.if.org Git - llvm/commit
Merging r249854:
authorTom Stellard <thomas.stellard@amd.com>
Wed, 11 Nov 2015 21:00:37 +0000 (21:00 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 11 Nov 2015 21:00:37 +0000 (21:00 +0000)
commitaa717db387a5f48dca60a88b0046624e41ff7b13
tree14f0315350ebcbfcff08037c4a4842bac580a771
parent402fb0d06dfc92c2da12b061e11c16cec2404cb9
Merging r249854:

------------------------------------------------------------------------
r249854 | kfischer | 2015-10-09 13:24:54 -0400 (Fri, 09 Oct 2015) | 11 lines

Clear SectionSymbols in MCContext::Reset

This was just forgotten when SectionSymbols was introduced and could cause
corruption if the MCContext was reused after Reset.

Reviewers: rafael

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D13547

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@252802 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCContext.cpp