[PATCH] D23123: lld-link: Include the name of bad input files in several "input file is bad" diagnostics.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 10:56:15 PDT 2016
ruiu added inline comments.
================
Comment at: COFF/InputFiles.cpp:112
@@ -111,3 +111,3 @@
std::unique_ptr<Binary> Bin =
- check(createBinary(MB), "failed to parse object file");
+ check(createBinary(MB), getShortName());
----------------
Does the final output message contain something like "failed to parse"?
https://reviews.llvm.org/D23123
More information about the llvm-commits
mailing list