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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 22:14:26 PDT 2016


ruiu accepted this revision.
ruiu added a reviewer: ruiu.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM with one more nit.


================
Comment at: ELF/InputFiles.cpp:568
@@ +567,3 @@
+  switch (Triple(TripleStr).getArch()) {
+    case llvm::Triple::aarch64:
+      return EM_AARCH64;
----------------
Remove `llvm::` from all cases.


http://reviews.llvm.org/D21779





More information about the llvm-commits mailing list