ruiu added inline comments.
================
Comment at: ELF/InputFiles.cpp:589
@@ +588,3 @@
+ }
+ fatal("unsupported architecture");
+}
----------------
I'd include the triple to the error message.
fatal("unsupported architecture: " + TripleStr);
http://reviews.llvm.org/D21779