[PATCH] D31632: ThinLTOBitcodeWriter: handle aliases first in filterModule

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 17:49:33 PDT 2017


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/Transforms/ThinLTOBitcodeWriter/promote-internals.ll:1
+; RUN: opt -thinlto-bc -o %t %s
+; RUN: llvm-modextract -n 0 -o - %t | llvm-dis | FileCheck --check-prefix=CHECK0 %s
----------------
Nit: rename filter-alias.ll


https://reviews.llvm.org/D31632





More information about the llvm-commits mailing list