[PATCH] D54487: Implement llvm.commandline named metadata
Manoj Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 14 12:52:28 PST 2018
manojgupta added a comment.
In https://reviews.llvm.org/D54487#1298688, @JohnReagan wrote:
> Yes, but that is somewhat different. The "-g" option seems to just append the command line to the producer string, yes? It is harder to parse out later and it can be stripped out. gcc has both -g and -f forms.
Thanks, I was confused given the similarity of option strings.
Repository:
rL LLVM
https://reviews.llvm.org/D54487
More information about the llvm-commits
mailing list