Add ability to update existing variables with values read from the command line
authorChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:03:05 +0000 (17:03 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 May 2002 17:03:05 +0000 (17:03 +0000)
commit71fb71628ab3f5280a7f4602f52ba365bca31f29
treee13ab1d6034f8f5c26dfe1a23ab0bc254a47ee2e
parent7f9412b50d56a3e984ba03463251b37c42c2a111
Add ability to update existing variables with values read from the command line
to certain classes.  This is nice because it means that in header files we can
just declare a value, and still have that value be set based on a command-line
argument.  The difference is now that the #include of CommandLine.h does not
need to go into the header file as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2708 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/CommandLine.h
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp
support/lib/Support/CommandLine.cpp