[PATCH] D30277: [COFF] added test for thinlto

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 13:15:24 PST 2017


mehdi_amini added inline comments.


================
Comment at: test/COFF/thinlto.ll:8
+
+; CHECK: T main
+
----------------
assuming llvm-nm on COFF looks like ELF, what you need to check is not that main is present, but that foo isn't.


https://reviews.llvm.org/D30277





More information about the llvm-commits mailing list