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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 07:26:08 PDT 2016


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