diff options
author | Bob Haarman <llvm@inglorion.net> | 2017-03-28 21:20:06 +0000 |
---|---|---|
committer | Bob Haarman <llvm@inglorion.net> | 2017-03-28 21:20:06 +0000 |
commit | 2d2b5b09e05948d2188bc2a72810749ad68014d2 (patch) | |
tree | a68ce6c7846137f4dd40c355039ce6445fca1043 /clang/test/CodeGen/code-coverage.c | |
parent | 323b021b5e16f2bd66239464855c345b9f599f12 (diff) | |
download | bcm5719-llvm-2d2b5b09e05948d2188bc2a72810749ad68014d2.tar.gz bcm5719-llvm-2d2b5b09e05948d2188bc2a72810749ad68014d2.zip |
COFF: include archive name in LTO object name
Summary: In the ELF linker, we create the buffer identifier for bitcode files by appending the object name to the archive name. This change makes the COFF linker do the same. Without the change, ThinLTO builds can fail with an error message about multiple ThinLTO modules per object file, caused by object files contained in different archives having the same name.
Reviewers: pcc, ruiu
Reviewed By: pcc
Subscribers: mehdi_amini
Differential Revision: https://reviews.llvm.org/D31402
llvm-svn: 298942
Diffstat (limited to 'clang/test/CodeGen/code-coverage.c')
0 files changed, 0 insertions, 0 deletions