[llvm-commits] [PATCH] lld driver

Alex Rosenberg alexr at leftfield.org
Wed Dec 5 18:13:12 PST 2012



================
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



More information about the llvm-commits mailing list