1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Evgeniy Stepanov 69d0ff47e2 Handle section vs global name conflict.
This is a fix for PR26941.

When there is both a section and a global definition with the same
name, the global wins.

Section symbols are not added to the symbol table; section references
are left undefined and fixed up in the object writer unless they've
been satisfied by some other definition.

llvm-svn: 264649
2016-03-28 20:36:28 +00:00
..
2014-09-02 22:32:20 +00:00
2015-10-05 12:07:05 +00:00
2015-11-18 06:02:15 +00:00
2016-01-19 16:57:08 +00:00