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