Skip to content
Commit 74cb2d25 authored by Chris Lattner's avatar Chris Lattner
Browse files

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.

llvm-svn: 4165
parent fb4c9715
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment