[PATCH] D18213: Add a module Hash in the bitcode and the combined index.

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 07:30:23 PDT 2016


The test are checking for "match" in the output of llvm-bcanalyzer

Sent from my iPhone

> On Mar 30, 2016, at 7:26 AM, Teresa Johnson <tejohnson at google.com> wrote:
> 
> tejohnson added a comment.
> 
> Needs test with new llvm-as option then fed through llvm-bcanalyzer to trigger new matching check.
> 
> 
> ================
> Comment at: lib/Bitcode/Reader/BitcodeReader.cpp:5949
> @@ +5948,3 @@
> +      // Reset the LastSeenModulePath to avoid overriding the hash entry
> +      // unexpectingly
> +      LastSeenModulePath = TheIndex->modulePaths().end();
> ----------------
> s/unexpectingly/unexpectedly/
> 
> 
> http://reviews.llvm.org/D18213
> 
> 
> 


More information about the llvm-commits mailing list