Allow emission of names that start with an underscore. This is needed to
authorChris Lattner <sabre@nondot.org>
Mon, 14 Oct 2002 06:14:18 +0000 (06:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Oct 2002 06:14:18 +0000 (06:14 +0000)
commitbb6b1216894159f68604a7777854148ce1b252df
treea279c817f46077b7e2fef43ff3b597f9c66f1bfd
parent5f8bd7d966a19e5ef20319d1d94c8f02b42f338e
Allow emission of names that start with an underscore.  This is needed to
interface with code that uses symbols in the ansi-c protected namespace.  In
most cases this comes from system header files, such as stdio.h.  In particular,
without this change, a reference to the __iob symbol is mangled into ll_iob,
which is not resolved by libc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4165 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9AsmPrinter.cpp