Skip to content
Commit fbb9ab49 authored by Joel Stanley's avatar Joel Stanley
Browse files

- Fixed name mangling conditions to handle 'linkonce' linkage type. In

particular, name mangling for GlobalValues only occurs when the linkage type is
internal or when the name must be mangled to avoid a collision.  See comments in
CWriter::getValueName for more information.

- 'inline' keyword is now emitted for functions with 'linkonce' linkage type.

- Fixed typos.

llvm-svn: 6898
parent 25993561
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