[PATCH] D13645: [ELF2] - implemented default enterpteter for X86, X86_64, PPC and AArch64

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 12:24:36 PDT 2015


emaste added inline comments.

================
Comment at: ELF/Driver.cpp:60
@@ +59,3 @@
+  case EM_386:
+    return "/lib/ld-linux-x86-64.so.2";
+  case EM_AARCH64:
----------------
This is not valid on non-Linux


http://reviews.llvm.org/D13645





More information about the llvm-commits mailing list