[PATCH] D41267: [LTO] Make processing of combined module more consistent
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 17:39:17 PST 2017
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/ThinLTO/X86/empty-module.ll:6
+; RUN: llvm-readobj -h %t2.0 | FileCheck %s
+; RUN: llvm-nm %t2.0 | wc -l | FileCheck %s --check-prefix=NOSYM
+
----------------
This could be `| count 0`. Same for the other test that you added.
https://reviews.llvm.org/D41267
More information about the llvm-commits
mailing list