]> granicus.if.org Git - llvm/commit
MCSymbol: Make print() robust against empty names
authorMatthias Braun <matze@braunis.de>
Wed, 27 May 2015 05:12:37 +0000 (05:12 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 27 May 2015 05:12:37 +0000 (05:12 +0000)
commit299e50237acddffae24bc968ef10627f9519be84
treeda00f0cf644b337cf5cb5d5ee92c0e2b83fc04f3
parente498b5094cd98f5409f4115e7c15abf8dbd04d99
MCSymbol: Make print() robust against empty names

This shouldn't happen, but it's nice not to abort when printing broken machine
functions.

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