mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
ffd810525de92bed4d8d197fd3f73fc1897ea0c6
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
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%