[PATCH] D10739: [MIPS] Add support for direct-to-nacl in Clang

Derek Schuff dschuff at google.com
Mon Jul 6 22:12:11 PDT 2015


dschuff accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/Driver/ToolChains.cpp:2391
@@ +2390,3 @@
+      file_paths.push_back(FilePath + "mipsel-nacl/usr/lib");
+      prog_paths.push_back(ProgPath + "bin");
+      file_paths.push_back(ToolPath + "mipsel-nacl");
----------------
this is ok for now. at some point I want to rework how the nacl file-path code works because it's a bit nonstandard... I'd like for e.g. --sysroot to work (it doesn't today).


Repository:
  rL LLVM

http://reviews.llvm.org/D10739







More information about the cfe-commits mailing list