[PATCH] D28898: [ELF] - Allow emulation to be different from input objects target.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 08:17:00 PST 2017


grimar added a comment.

In https://reviews.llvm.org/D28898#651577, @ruiu wrote:

> I don't think this patch works if all object files are in static archives.


Original code also does not work when all files in static archives, no ? It requires -m or at least one .o file.


https://reviews.llvm.org/D28898





More information about the llvm-commits mailing list