commit | bb6b1216894159f68604a7777854148ce1b252df | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 14 06:14:18 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 14 06:14:18 2002 +0000 |
tree | a279c817f46077b7e2fef43ff3b597f9c66f1bfd | |
parent | 5f8bd7d966a19e5ef20319d1d94c8f02b42f338e [diff] |
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