dschuff added inline comments.

================
Comment at: lib/Driver/ToolChain.cpp:318
+  else
+    OSLibName = getOS();
   llvm::sys::path::append(Path, "lib", OSLibName);
----------------
Is this logic intended to replace what was removed from CommonArgs.cpp? Should 
there be an assert here too?


https://reviews.llvm.org/D39218



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to