forked from OSchip/llvm-project
8b0b48f343
With LTO when and undefined function (with a known signature) in replaced by a defined bitcode function we were loosing the signature information (since bitcode functions don't have signatures). With this change we preserve the original signature from the undefined function and verify that the post LTO compiled function has the correct signature. This change improves the error handling in the case where there is a signature mismatch with a function defined in a bitcode file. Differential Revision: https://reviews.llvm.org/D50721 llvm-svn: 343340 |
||
---|---|---|
.. | ||
Inputs | ||
archive.ll | ||
atomics.ll | ||
cache.ll | ||
diagnostics.ll | ||
export.ll | ||
incompatible.ll | ||
internalize-basic.ll | ||
lto-start.ll | ||
opt-level.ll | ||
parallel.ll | ||
save-temps.ll | ||
signature-mismatch.ll | ||
thinlto.ll | ||
undef.ll | ||
used.ll | ||
verify-invalid.ll | ||
weak.ll |