[PATCH] D21779: [LTO] Infer EKind/EMachine from Bitcode files

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 21:59:56 PDT 2016


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





More information about the llvm-commits mailing list