[PATCH] D32721: Accept archive files with no symbol table instad of warning on them.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 17:31:01 PDT 2017


ruiu added a comment.

It's also worth to mention that it is not always easy to use an alternative `ar` command to build something. Most build systems support the CC/CPP/CFLAGS env variables or equivalents to use alternative compilers with additional command flags. But the same feature is not always available for `ar`, or even if it is available it is less known and can potentially take a lot of time to investigate about how to do that.


https://reviews.llvm.org/D32721





More information about the llvm-commits mailing list