================ Comment at: tools/lld/lld.cpp:94 @@ +93,3 @@ + Driver::Flavor flavor = strToFlavor( + parseProgramName(llvm::sys::path::stem(argv[0]))._flavor); + // On mac treat ld as ld64. ---------------- This is ignoring a possible triple in the tool name. http://llvm-reviews.chandlerc.com/D169