So it isn't clear if -p should be an alias of -pg everywhere
or if it should be target specific. With gcc on OpenBSD
-p and -pg are the same. But it seems on sysv unices,
-p is for prof/mon.out instead of gprof/gmon.out formats,
or was historically.
It isn't entirely obvious how to add an alias after the
command is already added via TableGen. So if the following
isn't the way to go can someone give hints on how to
do it in a way that is target specific?
Index: include/clang/Driver/Options.td