[PATCH] D31632: ThinLTOBitcodeWriter: handle aliases first in filterModule
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 17:25:38 PDT 2017
inglorion added a comment.
Thanks, @pcc for helping me look into this and realizing that doing the alias processing first fixes the problem. I've also included a small change to use GA-> instead of I->, which prevents us from using the iterator in an invalid state and hitting another assert.
https://reviews.llvm.org/D31632
More information about the llvm-commits
mailing list