[PATCH] D42975: Don't store the full Argv in Config
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 10:55:47 PST 2018
ruiu added a comment.
Actually I prefer making argv accessible globally just like the environment variable, perhaps due to the influence of Go in which command line arguments are accessible from anywhere as os.args. At least I think we want to keep Argv[0] globally accessible to produce error messages containing the command name.
https://reviews.llvm.org/D42975
More information about the llvm-commits
mailing list