]> granicus.if.org Git - clang/commit
We must always mangle attribute overloadable functions; even if in a
authorDaniel Dunbar <daniel@zuster.org>
Fri, 20 Feb 2009 23:09:27 +0000 (23:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 20 Feb 2009 23:09:27 +0000 (23:09 +0000)
commit524ed953823ee605793c93452a2f86e4a7c4a2fe
treecf986e4e374838f577de6764b22dd62a6a3ab2a0
parentccef371a67756233aa97770e4fccdfa868b3e2d0
We must always mangle attribute overloadable functions; even if in a
system header.
 - Prevents a codegen crash when anything used anything in tgmath! :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65200 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp
test/CodeGen/mangle.c [new file with mode: 0644]