[PATCH] D51720: [COFF] don't mark lazy symbols as used in regular objects

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 12:11:11 PDT 2018


inglorion added a comment.

Since r338767, "foo,p" and "bar,p" show up as "foo,px" and "bar,px", indicating that they are used in regular objects. However, there are no regular (non-LTO) objects in the test. Only main should have the 'x'.


https://reviews.llvm.org/D51720





More information about the llvm-commits mailing list