krytarowski added inline comments.

================
Comment at: ELF/Driver.cpp:375
+    switch (Config->EMachine) {
+      case EM_386:
+        Config->SearchPaths.push_back("=/usr/lib/i386");
----------------
As we have TargetTriple now, I would use it here instead of `Config->EMachine`, 
it will be easier to map knowledge from the Clang driver and handle special ABI 
cases.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56215/new/

https://reviews.llvm.org/D56215



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

Reply via email to