]> granicus.if.org Git - clang/commit
Make sure not to include the LLVM asm prefix in function names for
authorDaniel Dunbar <daniel@zuster.org>
Wed, 13 May 2009 23:08:57 +0000 (23:08 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 13 May 2009 23:08:57 +0000 (23:08 +0000)
commita289393513d32f463a165a4b2990b11f5c6ab959
tree266a6328d66569356fdf646268a367a50312b1c9
parent9375ed13dcf7a681874f89f7580b59caddbb2660
Make sure not to include the LLVM asm prefix in function names for
debug info.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71736 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/debug-info.m [new file with mode: 0644]