[PATCH] D16730: [PGO] cc1 option names change for profile instrumentation (NFC)

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 18:38:46 PST 2016


silvas accepted this revision.
silvas added a comment.
This revision is now accepted and ready to land.

Tiny nit, but this LGTM as well.


================
Comment at: include/clang/Basic/DiagnosticDriverKinds.td:30
@@ -29,1 +29,3 @@
   "invalid linker name in argument '%0'">;
+def err_drv_invalid_pgo_instrumentor: Error<
+  "invalid PGO instrumentor in argument '%0'">;
----------------
This `:` is inconsistently placed. (also for some of the other tablegen changes)


http://reviews.llvm.org/D16730





More information about the llvm-commits mailing list