commit | 089a317c6432f40d60dbe3ddd8b9c5e142b77970 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Fri Jul 04 19:31:27 2014 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Fri Jul 04 19:31:27 2014 +0000 |
tree | ce59f0b88f463bf390ddd1848ac966058d1f408c | |
parent | edd82a996c341c1ff0fe8067393324032aeb2d3c [diff] |
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