]> granicus.if.org Git - clang/commit
Add a hack to avoid adding '\01' to asm names when possible. It would be
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 15 Feb 2011 22:23:51 +0000 (22:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 15 Feb 2011 22:23:51 +0000 (22:23 +0000)
commit4e274e955451632e6ba287bb03fb7a7840c3505e
tree4fd10a09cc4414a553e4ec321b7e00b3e7b8bfcb
parentfd577d6b71d82d16b3c67f307bec948b7a0a84b2
Add a hack to avoid adding '\01' to asm names when possible. It would be
better for clang to always compute the right name, but for now this hack
fixes PR9177 and lets us build firefox with LTO :-)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125607 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ItaniumMangle.cpp
test/CodeGen/mangle.c