rsmith added inline comments.

================
Comment at: lib/Driver/ToolChains.cpp:2191-2193
@@ +2190,5 @@
+
+  SmallString<128> Path(getDriver().ResourceDir);
+  llvm::sys::path::append(Path, "prf_data.x");
+  CmdArgs.push_back(Args.MakeArgString(Path));
+  return true;
----------------
Please add a driver test for this change.


http://reviews.llvm.org/D13319



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

Reply via email to