Implement and document prefix options with arbitrary values including an
authorReid Spencer <rspencer@reidspencer.com>
Wed, 24 Nov 2004 06:13:42 +0000 (06:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 24 Nov 2004 06:13:42 +0000 (06:13 +0000)
commit5f8448f79c2876466d586f2e1caec89e6f070623
treec847ad82acf2665e54db3aefed36c9d79946d67e
parente4ed742588d6063c4cc778a57102f8c37e35d3b5
Implement and document prefix options with arbitrary values including an
= sign. This needed to support -DNAME=value options as pass-through in
llvmc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18203 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandLine.html
lib/Support/CommandLine.cpp