forked from OSchip/llvm-project
7c663cde14
We were not previously testing the comdat exclusion in bitcode objects because we were linking two copies of the .bc file and the `linkonce_odr` linkage type was removing the duplicate `_start` at the LTO stage. Now we link an bitcode and non-bitcode version both of which contains a copy of _start. We link them in both orders, which means this test will fail if comdat exclusion is not working correctly in bitcode parsing. Differential Revision: https://reviews.llvm.org/D62923 llvm-svn: 362650 |
||
---|---|---|
.. | ||
Inputs | ||
archive.ll | ||
atomics.ll | ||
cache.ll | ||
comdat.ll | ||
diagnostics.ll | ||
export.ll | ||
incompatible.ll | ||
internalize-basic.ll | ||
lto-start.ll | ||
opt-level.ll | ||
parallel.ll | ||
relocatable-undefined.ll | ||
relocatable.ll | ||
save-temps.ll | ||
signature-mismatch.ll | ||
thinlto.ll | ||
undef.ll | ||
used.ll | ||
verify-invalid.ll | ||
weak-undefined.ll | ||
weak.ll |