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

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 16:47:04 PDT 2017


pcc added inline comments.


================
Comment at: test/Transforms/ThinLTOBitcodeWriter/promote-internals.ll:2
+; RUN: opt -thinlto-bc -o %t %s
+; RUN: llvm-modextract -n 0 -o - %t | llvm-dis | FileCheck %s
+; CHECK: {{@"?al[^"]+}}" = external hidden
----------------
Please also check the contents of both modules here.


https://reviews.llvm.org/D31632





More information about the llvm-commits mailing list