by Alexander Herz:
authorGabor Greif <ggreif@gmail.com>
Wed, 4 Aug 2010 10:00:52 +0000 (10:00 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 4 Aug 2010 10:00:52 +0000 (10:00 +0000)
commitac27ec0f5b592a5e8a11646dab6bcd8921685208
tree7f04af5e82ed55445435bed01337944ea7b83f62
parent484959a26c097968e9b331b5063cda788ae1e034
by Alexander Herz:

"The CWriter::GetValueName() method does not check if a value as an alias
and emits the alias name which will never be defined in the output .c
file (so the output file fails to compile). This can happen if you have
multiple inheritance with several destructors defined by clang (...D0Ev,
...D1Ev, ...D2Ev)."

-- applied with minor tweaks. Thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110194 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp