[PATCH] D27832: Add -plugin-opt=sample-profile for thinLTO build.

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 19 11:59:41 PST 2016


bruno added inline comments.


================
Comment at: lib/Driver/Tools.cpp:2211
+  if (Arg *A = Args.getLastArg(options::OPT_fprofile_sample_use_EQ)) {
+    StringRef fname = A->getValue();
+    if (!llvm::sys::fs::exists(fname))
----------------
"fname" -> "FName", "FileName", etc, or any name that starts with a capital letter


https://reviews.llvm.org/D27832





More information about the cfe-commits mailing list