Ignore llvm specific symbols in the LTOModule.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 4 Jul 2014 19:31:27 +0000 (19:31 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 4 Jul 2014 19:31:27 +0000 (19:31 +0000)
commit089a317c6432f40d60dbe3ddd8b9c5e142b77970
treece59f0b88f463bf390ddd1848ac966058d1f408c
parentedd82a996c341c1ff0fe8067393324032aeb2d3c
Ignore llvm specific symbols in the LTOModule.

These are the llvm.* globals and functions.

I don't think it is possible to test this directly since llvm-lto is not
a full linker and will not report duplicated symbols, but this fixes
bootstrap with gold and lto enabled.

llvm-svn: 212354
llvm/lib/LTO/LTOModule.cpp