[PATCH] D13319: Eliminate __llvm_profile_register calls

Richard Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 17:50:13 PDT 2015


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





More information about the llvm-commits mailing list