]> granicus.if.org Git - clang/commit
Bug 8765: Honor assembler labels for builtins. Ensure that the label is
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 13 May 2011 21:12:10 +0000 (21:12 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 13 May 2011 21:12:10 +0000 (21:12 +0000)
commit4fe497d5cd34a7dca6e68b2e0a00fe2293570742
treee44d8d5121f115e8e1949754988779dff1dc3602
parentcbea7635a9a33fe768ed9611b57beae23bd7c98e
Bug 8765: Honor assembler labels for builtins. Ensure that the label is
mangled to avoid doing it twice for platforms that use prefixes like
Darwin.

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