diff options
author | Martin Storsjö <martin@martin.st> | 2019-12-30 00:32:22 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2020-01-04 12:29:33 +0200 |
commit | 1737cc750c464b454ec14b397ce1b7cf504e17a7 (patch) | |
tree | fcf89e66dcd99c512e6e05358b2625ec061e83ec /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 2306f43ccb46627b92aa0bb48b96437984c50c01 (diff) | |
download | llvm-1737cc750c464b454ec14b397ce1b7cf504e17a7.zip llvm-1737cc750c464b454ec14b397ce1b7cf504e17a7.tar.gz llvm-1737cc750c464b454ec14b397ce1b7cf504e17a7.tar.bz2 |
[LLD] [COFF] Don't error out on duplicate absolute symbols with the same value
Both MS link.exe and GNU ld.bfd handle it this way; one can have
multiple object files defining the same absolute symbols, as long
as it defines it to the same value. But if there are multiple absolute
symbols with differing values, it is treated as an error.
Differential Revision: https://reviews.llvm.org/D71981
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions