[PATCH] D13596: Fix PR25101 - Handle anonymous functions without VST entries

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 9 09:00:50 PDT 2015


tejohnson created this revision.
tejohnson added reviewers: dexonsmith, joker.eph, davidxl.
tejohnson added subscribers: llvm-commits, tstellarAMD.

The change to use the VST function entries for lazy deserialization did
not handle the case of anonymous functions without aliases. In that case
we must fall back to scanning the function blocks as there is no VST
entry.

http://reviews.llvm.org/D13596

Files:
  lib/Bitcode/Reader/BitcodeReader.cpp
  test/Bitcode/anon-functions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13596.36957.patch
Type: text/x-patch
Size: 8870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151009/bbf75451/attachment.bin>


More information about the llvm-commits mailing list