OSDN Git Service

Skip special LLVM prefix '1' while emitting linknage name.
authorDevang Patel <dpatel@apple.com>
Thu, 16 Jul 2009 01:01:22 +0000 (01:01 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 16 Jul 2009 01:01:22 +0000 (01:01 +0000)
commit53cb17dfbcf314e434e2826c8076a013f8f799b3
treeb0bcf4db6ee56da20f3fdb807d44fc330930b24c
parent3434312a1728317cd0487310cbe08e7cbbd89113
Skip special LLVM prefix '1' while emitting linknage name.
This prefix is used by LLVM to inform the asm printer to not emit usual global symbol prefix before the symbol name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp