| commit | ffd810525de92bed4d8d197fd3f73fc1897ea0c6 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Sat Dec 28 08:40:37 2013 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Sat Dec 28 08:40:37 2013 +0000 |
| tree | f3570965a2a2157a36fd37b6987e95a4e46c1cc6 | |
| parent | 02dfdbcbd688a9b41ee05d006658b660d2b8ea9e [diff] |
[PECOFF] Warn only when /export options are not compatible. Currently LLD always print a warning message if the same symbol is specified more than once for /export option. It's a bit annoying because specifying the same symbol with compatible options is actually safe and considered as a normal use case. This patch makes LLD to warn only when incompatible export options are given. llvm-svn: 198104