1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Bitcode
Mehdi Amini e74b55c5f5 ThinLTO: handles modules with empty summaries
We need to add an entry in the combined-index for modules that have
a hash but otherwise empty summary, this is needed so that we can
get the hash for the module.

Also, if no entry is present in the combined index for a module, we
need to skip it when trying to compute a cache entry.

Differential Revision: https://reviews.llvm.org/D25300

llvm-svn: 283654
2016-10-08 04:44:18 +00:00
..
Reader ThinLTO: handles modules with empty summaries 2016-10-08 04:44:18 +00:00
Writer Use StringRef in Pass/PassManager APIs (NFC) 2016-10-01 02:56:57 +00:00
CMakeLists.txt
LLVMBuild.txt