[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
Tue May 2 14:15:37 PDT 2017
ruiu added a comment.
Do you actually want a fine grained warning message? What if we don't warn on it at all or warn only when -verbose?
The possible semantics change I mentioned was when you have multiple object files defining the same symbol. If our choice of object file is different from `ar` command's, the result will be different as a different file gets linked in. But in practice not an issue as the exact behavior is unpredictable even without this feature.
https://reviews.llvm.org/D32721
More information about the llvm-commits
mailing list