[PATCH] D39892: [llvm-cvtres] Add support for ARM64

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 13:18:59 PST 2017


rnk accepted this revision.
rnk added a comment.

lgtm



================
Comment at: lib/Object/WindowsResource.cpp:449
+  case COFF::IMAGE_FILE_MACHINE_ARM64:
+    Header->Machine = MachineType;
     break;
----------------
I think we can sink this out, the switch is basically just a glorified assertion at this point.


https://reviews.llvm.org/D39892





More information about the llvm-commits mailing list